Does anyone know why I can’t pull “plugin type” in the backend? And if you don’t have it natively… does anyone know another method?
Yes it is QUITE annoying that those are missing. What exactly are you doing? I don’t think any of your API datatypes are there either right? (considered a plugin type too I think)
Trying to pass a list that I fetch via api outside of bubble to create invitations
since my list has an “id” field, I passed a list of “id’s” to the workflow API and did a “get data from external API”
If it’s just the id field you want you can pass through as a list of texts… it is very annoying though that plugin types aren’t an option. I have run into this issue before.
That’s exactly what I did… but I wanted to avoid unnecessary API searches
Is it an API call via API Connector? You can set it up as Action, do the action, then take the result:each item's id
and pass that through as a list (assuming one API call can get the list of objects)
I discovered it wasn’t my mistake🤦🏻
The support and speed of the API that was connecting is very bad… basically the function I was using is the service that the company provides. In other words, they don’t want people to use it outside of their own platform.