tech37
September 12, 2024, 9:55am
1
Can anyone know to how to get return data from API workflow correctly? I need help.
I have setup Return Data from API Workflow to get contactId from API Response.
And I setup to get contactId in Frontend Workflow.
I check in Server logs and the contactId is 1701504 which is from API Response
However, In frontend workflow the return value is “51670” which is not contactId from API Response.
I also setup json in Return Value Funtion in API Workflow. But it return the number (which is not from API Respose) not a json.
You can’t get a response from an API workflow in Bubble by calling it directly in a ‘Schedule API workflow action’.
(the only the returned from that is the ID of the scheduled workflow)
To get a proper response, you need to set up an API call in the API Connector and call it that way.
1 Like
Zeroic
September 14, 2024, 8:13am
4
Alternatively, use the Bubble App Connector (faster to setup) where the source and target apps both, are the same app
2 Likes
system
Closed
November 21, 2024, 9:56am
5
This topic was automatically closed after 70 days. New replies are no longer allowed.