When

This is the first step to building a workflow, we want to let the builder know When something happens (a specific element is clicked, a specific page is loaded, etc) an event, that we will choose after, will be triggered.

To get started you can add an event and select from two different “When” events, General or Elements.

Inside of General, we have Page is loaded this will make it so that when your app page is loaded an event will happen (we will talk about all of the events that can be assigned in the next section).

Inside of Elements we have:

  • Clicked on element: An event will happen after clicking on a specific element

  • Clicked outside of element: An event will occur after clicking outside of an element.

If you select any of the events under Elements you will have to choose which element you want to add/tie the event to.