/bubble-tutorials

How to set custom parameters in Bubble

Learn how to set custom parameters in Bubble with a simple guide that improves app navigation, workflows, and user experience.

Matt Graham, CEO of Rapid Developers

Book a call with an Expert

Starting a new venture? Need to upgrade your web or mobile app? RapidDev builds Bubble apps with your growth in mind.

Book a Free Consultation

How to set custom parameters in Bubble

In Bubble, you set custom parameters by creating custom states, URL parameters, or API call parameters. Bubble does not have a feature literally named “custom parameters,” so the correct approach depends on what you need: storing temporary values, passing values between pages, or sending data to an API.

 

Custom States (temporary page/app parameters)

 

Use these when you want to store a value temporarily on an element or page and use it in workflows.

  • Select an element → in the Property Editor click Add a custom state.
  • Give it a name like selected_user or filter_text.
  • Choose a type (text, number, User, etc.).
  • Set the state using the workflow action Element Actions → Set state.

 

// Example
// In a workflow: Set state
Element: Page index
Custom state: filter_text
Value: Input Search's value

 

URL Parameters (for passing values between pages)

 

Use these when you navigate from one page to another and need to pass some value in the URL.

  • Use the workflow action Go to page.
  • Under Send more parameters to the page, add a key and a value.
  • To read the value on another page, use Get data from page URL.

 

// Example
Key: product_id
Value: Current cell's Product's unique id

 

API Connector Parameters (for external APIs)

 

When creating an API call in the API Connector, any dynamic value you define becomes a “parameter.” Add them in the API body, query string, or headers.

  • Add an API call → insert dynamic values using key = value fields.
  • Bubble automatically turns them into fields you fill when running the call.

 

// Example inside API body (JSON)
{
  "email": "<email>",
  "amount": "<amount>"
}
// <email> and <amount> become parameters in Bubble

 

Backend Workflows (API Workflow parameters)

 

When you create a backend workflow, you define the “parameters” the workflow receives.

  • Create a new API workflow → add keys in the “Add a parameter” section.
  • Those parameters become available as “This API Workflow’s parameter\_name.”

 

// Example parameter
Parameter name: user_id
Type: text

 

These are all the valid ways Bubble lets you set custom-like parameters, depending on the context.

Explore More Valuable No-Code Resources

How to integrate Bubble.io with Git?

Learn how to seamlessly integrate Bubble.io with Git through our comprehensive step-by-step guide. Perfect for beginners and professionals.

Explore

How to integrate Bubble.io with Reddit Ads?

Learn how to seamlessly integrate Bubble.io with Reddit Ads using our easy step-by-step guide. Boost your ad management today!

Explore

How to integrate Bubble.io with AWS S3?

Explore our step-by-step guide on integrating Bubble.io with AWS S3, making your app development process more efficient and secure.

Explore

How to integrate Bubble.io with Lucidchart?

Follow our step-by-step guide to seamlessly integrate Bubble.io with Lucidchart, enhancing your workflow & productivity.

Explore

How to integrate Bubble.io with Kentico?

Learn how to seamlessly integrate Bubble.io and Kentico with our comprehensive, easy to follow step-by-step guide.

Explore

How to integrate Bubble.io with Box?

Discover easy-to-follow steps for integrating Bubble.io with Box. Boost your workflow and secure your files seamlessly today.

Explore

Stuck in Bubble.io? We’re here to help!

Fix broken workflows | Optimize logic | Boost performance | Scale with confidence

4.9
Clutch rating 🌟
600+
Happy partners
17+
Countries served
190+
Team members

By clicking “Accept”, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage, and assist in our marketing efforts. View our Privacy Policy for more information.

Cookie preferences