Using API Data as a parameter for a scheduled workflow

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.

  1. The app will make the API call and return a list of results
  2. The user will select the specific result to reconcile and add it as a parameter to a scheduled API workflow.
  3. 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?

Bubble doesn’t expose api data types as a data type for use as a parameter for backend workflows