Trouble Getting the OpenAI API Connector Parameters to Show Workflow

Hi everyone,

I’m building a mobile app in Bubble and I’m having trouble getting the OpenAI API Connector parameters to show up in my workflow.

Here’s my setup:

  • I’m using Bubble’s mobile app editor (app_type=mobile)
  • I have the API Connector plugin installed
  • I’ve set up an OpenAI Chat call with two body parameters: system_prompt and user_message
  • The call is set to “Use as: Action” and shows as INITIALIZED
  • When I go to Workflows and add the OpenAI - Chat action, it appears as Step 1 correctly
  • BUT when I click on the step, the right panel only shows “Only when” and “Add a breakpoint” — the system_prompt and user_message parameter fields never appear

Things I’ve already tried:

  • Switching “Use as” from Data to Action and reinitializing
  • Changing the URL from app_type=mobile to app_type=page
  • Clicking the “Try new” beta workflow editor
  • Clicking “Expand” in the beta editor

Thank you!

Hey @meheio194 :waving_hand:

Welcome to the Bubble Community! :tada:

Make sure your parameters that should be available in a workflow and not private should not be marked as private. :blush:

check the paramters that you are using ,whether you ticked them as private

Unchecking the private boxes worked! Thank you!