API Connector ChatCompletion — are body parameters dynamic or static in workflow?

Please pick a subcategory to help organize the information. Thanks!

Also, the more context you provide with your questions (screenshots, link to an open app, etc.), the more likely you’ll get good help quickly :slight_smile:

I have an API Connector call named “ChatCompletion” (POST to OpenAI). The JSON body uses placeholders like <credit>, <amount>, <state>. The Body parameters section shows test values (credit=700, amount=300000, state=CA).

In my button-click workflow, Step 1 calls this action. How do I confirm the parameters are pulling dynamic values from my form inputs — and how do I wire them if they’re not?

Your screenshot doesn’t show the action where you are calling the API.