I have created a integration that requires a API POST call.
Everything goes smooth but when certain fields are empty the value {{bundle.inputData.field}} is printed in the DB.
It does not seem to happen for all fields, though - and that’s confusing.
Best answer
{{bundle.inputData.field}} is sent even when empty
Best answer by fratimo66Best answer by fratimo66
Hi Zane, thanks for having the time to look into it. I’m working in Code Mode.
I’ve sorted this by turning the
“field” : “{{bundle.inputData.field}}”
into
“field” : bundle.inputData.field
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.