HI All
I am trying to Post via Bubble API connector to typeform using the API, but need to include a nested array option with dynamic data.
For example using this code:
"welcome_screens": [
{
"ref": "nice-readable-welcome-ref",
"title": "Welcome Title",
"properties": {
"description": "Cool description for the welcome",
"show_button": true,
"button_text": "start"
}
}
How do I add this in the Multiline field so that is works. At the moment the error is:
here was an issue setting up your call.
API Connector error: this body could not be parsed as JSON “welcome_screens”: [ { “reference”:, “A title”:, “properties”: { “A description”:, “true”:, “Start”: }
Attached below is how its set up:
It works for normal key and value at top level, but the Nested array I can not get to work!
It would be good if we had a clear example of how this should be set up, I could not find one