Collection Outputs Syntax

(Vladislav Arbatov) #1

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!

(John Jackson) #2

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?

(Vladislav Arbatov) #3

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!

(John Jackson) #4

Ah yes I see it now, I missed that too! Glad you got this sorted.