Hi, I want to get the result of a back end workflow without using data base.
I was using state before in my app because everything is done on front end, but I read is not possible to use state on backend worflows.
Ive read somewhere that I can use backend worflow and plugit on the api connector so I can get the results.
However, i cant figure out how to setup backend workflow on api connector plugin.
Any advice please?
At the end of your backend workflow use a data action return data from api and return your data.
On the api connector make a POST or GET whichever you set as your backend workflow and the url will be https://yourdomain.com/api/1.1/wf/apiworkflowname for live and for development you’ll use https://yourdomain.com/version-test/api/1.1/wf/apiworkflowname
Whatever params you used in the backend workflow you need to setup in the api connector as well.
1 Like
Thank you I think I am almost there
However, this part is still a bit unclear for me:
Whatever params you used in the backend workflow you need to setup in the api connector as well.
If I have a key called title on the backend workflow, how do I set it up on the API connector?
Click the “Add parameter” button on your API call
1 Like
system
Closed
5
This topic was automatically closed after 70 days. New replies are no longer allowed.