Why bubble connector does not reconize dynamic 'number' in body

when i make it static it works fine, what i’m missing here


It has to be the other way around.

Key names are static and the values must be wrapped in <> so they are dynamic

2 Likes

You’re making the keys dynamic, and giving them Invalid names.

The keys need to be as per the API requirements, and the values need to be dynamic.

1 Like

Thanks! Never code while sleepy :sweat_smile:

This topic was automatically closed after 70 days. New replies are no longer allowed.