How to Avoid 'null' Text in node Output

Howdy. I have order information coming in from a webhook. One field - address_2 most likely won’t contain anything.

But it’s still getting passed as ‘null’. Is there a way to have it pass either the entered text or just nothing at all.

I can’t have ‘null’ in the middle of the customer’s address.

Thanks all.

1 Like

Hi there,

To prevent null from being passed along, you can set up a filter for this value.

The first option is for when null comes in as text, and the second is for when null is an actual empty value.

1 Like

Thanks a ton! But Where is this particular filter? If I click on the filter on a link, I don’t get options for ‘Test1’, ‘Test2,’ or ‘Test3’.

1 Like

For example, create a variable with the value null, and in the next node (the target node, application node, etc.), set up a filter for this value. When we run it, it will pass an empty value, and null won’t be sent anywhere.
ezgif-2-44cc71e46a

1 Like

Ah, I get it now, cheers!

2 Likes

This topic was automatically closed 4 days after the last reply. New replies are no longer allowed.