Hey guys,
Is there a proper way to deal with situation like this: {{send_a_webhook.data__posts__0__ votes_count}} where votes_count is actually a key? Collection output syntax messes this up because of the underscore.
Help appreciated. Thanks!
Hey guys,
Is there a proper way to deal with situation like this: {{send_a_webhook.data__posts__0__ votes_count}} where votes_count is actually a key? Collection output syntax messes this up because of the underscore.
Help appreciated. Thanks!
votes_count
(single underscore) should work fine, it’s just keys with a double underscore that you might struggle with.
What happens when you use {{send_a_webhook.data__posts__0__ votes_count}}
? Are you sure votes_count
holds a value?
John,
Thanks for the answer. That’s my stupid mistake as you can see there’s a space in a formula that triggered an error. Thank you!