How to get Return data from API Workflow correctly?

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

Thanks. Let me try that.

Alternatively, use the Bubble App Connector (faster to setup) where the source and target apps both, are the same app

2 Likes