Type of thing and list run of mismatch

Hi,

I am trying to create a Schedule API Workflow. I have created two API calls to the same endpoint: one is configured as an ‘Action’, and the second is configured as ‘Data’. I’m trying to save the result of the ‘Action’ call to the database, storing each item as a new row.

For ‘Type of things’, I am using the data type created by Bubble called “DATA Get store actors items”. The ‘List to run on’ is the result of the previous ‘Action’ call, which Bubble recognizes as a list with its respective fields. They look the same, but I don’t know why there’s a mismatch.



You list to run 1 look fine… but you selected DATA Get store… That is not the type of ACTION Get store… (So I guess you probably have two calls for the same endpoint. From my point of view… this is a bad practice in most case…)

If I only have an Action, then I don’t have this data type in the select. But actually, I resolved this by adding “list run on” to get data from an external API instead of using the Action. :sweat_smile:

1 Like