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.