Trigger workflows using URL parameters

Himanshu Sharma
2 min readJan 9, 2021

You can not only pass information between pages using URL parameters, you can also trigger workflows based on URL parameters.

The workflow remains the same, only the trigger gets changed.

Setup

Let’s assume that you’re sending a parameter “action” to a page. On this page, you have a popup. You want to show the popup if the URL parameter contains “show-popup” as the value of the URL parameter.

To do this, we create a new event which happens on page load.

trigger-workflow-url-parameters-in-bubble-app-nocodeassistant

On every page load, we’ll check the URL and if it matches our condition, we’ll trigger the workflow. To do this, we add an “Only when” condition in the event.

trigger-workflow-url-parameters-in-bubble-app-nocodeassistant

This condition will search the URL for “action” parameter and if it’s value is “show-popup”, this workflow gets triggered.

trigger-workflow-url-parameters-in-bubble-app-nocodeassistant

We can create long, complex workflows based on the URL parameter. We can update our database, show/hide elements, schedule backend workflow etc. Anything that is possible with a workflow.

Depending on use case, you can also use the other event triggers.

trigger-workflow-url-parameters-in-bubble-app-nocodeassistant

If you need some help with your Bubble app or if you need a team of Bubble developers to build a Bubble app for you, reach out to me at himanshu@nocodeassistant.com. You can also follow me on Twitter.

--

--