Is there a way to get detect data to make this available in workflows? I can’t get into this data since it just things its a text string instead of array
Here is raw data view of the detected webhook:
Is there a way to get detect data to make this available in workflows? I can’t get into this data since it just things its a text string instead of array
Here is raw data view of the detected webhook:
I ended up routing the webhook through another tool to parse the JSON since bubble was not doing it. Then sending it back to bubble webhook with the json parsed…