Forum Academy Marketplace Showcase Pricing Features

Plugin TYPE in backend

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?

Captura de tela 2023-09-19 011740

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)

1 Like

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.

1 Like

That’s exactly what I did… but I wanted to avoid unnecessary API searches

1 Like

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)

1 Like

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.

1 Like