Hi,
After creating a API call to create a preauthorization i need to schedule an other call based of the result of this previous call.
How should i do it please???
I read “schedule API workflow” could be useful but how?
If you could help me understand by being specific cuz i’m a rookie, i’ll appreciate it Thanks
You should run the 2nd scheduled workflow at the end of the 1st workflow (the endpoint), but from the backend side.
Because you try to get data on front side while Bubble runs scheduled workflows asynchronously, you won’t get the data you need to play your 2nd workflow.
1 Like
Pass whatever extra info you are going to need in the second workflow, into your first.
At the end of your first, based on its result, you can then schedule your second.
1 Like