How to Create Dynamic Events in Noca Apps

How to create dynamic events in Noca apps

Turn any button into a flow trigger

Any button you see inside a Noca app can trigger a flow. In this guide I use the Meridian landing page and wire its Request access button to a flow, so a click runs whatever you build. Here’s how to do it.

Watch & Learn


Follow these steps to trigger a flow from a button:

Steps:

1

Open the Events panel

  • In your app, click Events in the top toolbar
  • The panel lists every event your app can respond to
2

Create a flow from the button

  • Find the button event you want, here it’s On Click “Request access”
  • Click the plus next to it to build its flow
3

Your flow maps to the button automatically

  • The flow opens in the builder already mapped to that element in your app
  • Add whatever logic you want the click to run
4

Trigger flows with UI Logic (optional)

  • Click UI Logic in the top toolbar
  • Attach flows that drive the interface from the different buttons and fields in your app

Back to top