The trigger is what starts your flow. Each flow requires exactly one trigger.
For more details about trigger types, see Triggers.
1. In the flow builder, select Add Trigger. The Edit Trigger page opens.
2. In the Trigger type, choose On-Demand.
3. In the input schema type field, choose one of the following.
Note: The Cache or action schema input type is not currently available.
Select No input schema to run the flow without any additional input. If you select this option, you may add weekly or monthly schedules to run the flow by selecting Add Item in the schedules section.
Note: Times do not account for daylight saving, so you may see an hour discrepancy throughout the year.Select Custom schema to run the flow using custom input fields. If you select this option, you must define these custom input fields using a JSON snippet. For example, the code below creates the fields shown in Figure 1. In this example, the custom input field allows you to define who you emailed and what the description says.
Note: Values entered will be compared as text strings. Filters cannot contain code, such as a reference to a flow config.
Figure 1
4. Select Save. The Edit Trigger page closes.
5. Select Save and Deploy to Staging, or select the arrow and Save Draft Version.
Next, you can continue setting up your flow by adding Flow Steps.
Was this helpful? Give us feedback.