HI there @achen2222
Let me explain what I have set up, maybe there’s a better approach on this.
The backend workflow make an API call that will retrieve a list of items, then in the same workflow it will trigger a schedule API workflow on a list to save every item from the API call, then I added a final step to Return data from API.
The reason I do it from a backend workflow, it’s because Bubble doesn’t have a native way to get a status code from each operation. What I need is to get a status code 200 if the item was created on the database or a 400 if it wasn’t created and call a toast for the user to know, calling the backend workflow through the API connector allows me to retrieve the Return data from API values, but on a regular workflow you can’t from what I have experienced.
Have you done something similar, or do you know a proper way to do this?. Any suggestions will be much appreciated.