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
Raian
September 8, 2024, 8:32pm
2
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
Raian
September 8, 2024, 8:38pm
4
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.
1 Like
Ah, I get it now, cheers!
2 Likes
system
Closed
September 12, 2024, 8:39pm
6
This topic was automatically closed 4 days after the last reply. New replies are no longer allowed.