Greetings!
I’m working with a bubble app that I’m using to reconcile records. Every reconciled item is a result from an external API call using the API connector.
I’m looking at using a back end workflow to do some of the reconciliation which will work as below.
- The app will make the API call and return a list of results
- The user will select the specific result to reconcile and add it as a parameter to a scheduled API workflow.
- The API workflow will create/modify/delete items in the bubble DB subject to the requirement per record.
When building however, and setting up the back end workflow parameters, I don’t seem to have the option for the API call result as a type. What might I be missing?