POST API not appearing in te workflow plugins

Hi,

Facing an issue that could be replicated as following:

API Connector Plugin > Add a POST API, initializing it works fine.
Workflow > When button save is clicked > Add action > Plugins > Empty

Why is it empty and I can’t see the API I added in the API connector plugin?

What am I doing wrong?

Hey @mahmoud.tarief,

In your API connector, you probably have “Use as” set to Data, but to see this in a workflow action, you need to set it to Action.



Looking to improve your Bubble™ skills?

Let me turn
:thinking: :tired_face: :confounded:

into
:grinning: :sunglasses: :woman_student:

Coaching and Development at https://uniqueideas.com or schedule a free intro session :gift:

Ken Truesdale
LinkedIn

Got it, thanks @mebeingken
How can I get inputs in the body call?

Input 1
Input 2
Input 3

[Save Button]

Post Json Body
{
“fields”: {
“id”: ,
“name”: “”,
“date”: “”
}
}

Dynamic values in the the body of a POST use the <> syntax, which will give you inputs for values. To set these values at runtime, they can not be marked Private (which is the default.) Clear the tickbox on the inputs you need access to.