@achen2222 I already watched that video, and it doesn’t involve my scenario.
I want to clarify that my main problem is not the API call to an external service or saving the items in my database, it’s retrieving metadata from bubble’s workflows whenever the item it’s created, or it wasn’t (because the item already exists in the database), when the item it’s not created the result of create a thing returns some numbers instead of an empty result or an error message.
[quote=“achen2222, post:4, topic:365039”] Your backend workflow will create a single item in your database, and at that moment you can decide to send a toast notification [/quote]. You can’t validate if the creation of every item was successful this way, so sending a toast after scheduling an API workflow will just return success toasts because as I already mentioned, bubble doesn’t have a native way to determine this.
If you make an API call to your own endpoint through the API connector it lets you save the response from the call, and it’s the only way I have managed to determine when the item was created or not from the return data from the API.
I hope I was clear of what it’s my main objective, or maybe you can explain to me if there’s a less complex way to do this.