You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. In the **Generate Validation Microflow** dialog box, you can see the **Microflow Properties**, for example, a microflow name, and validations were configured for you. Three expressions were added to validations: to check if the name, treatment type, and date and time fields are filled in:
4. In your app, you already have a validation microflow that checks the selected date and time, you can call the microflow in the current validation. Do the following:
91
91
@@ -107,18 +107,18 @@ To configure the **Save** button for the use case above, do the following:
107
107
108
108
1. In the **Generate Validation Microflow** dialog box, select two validations for *Customer_Name* and click **Extract submicroflow**:
The created microflow is used for the **Save** button to validate all conditions. The sub-microflow can be used on a different page to validate the customer name.
3. In the **Generate Validation Microflow** dialog box, you can see the **Microflow Properties**, for example, a microflow name, and validations were configured for you. Three expressions were added to validations: to check if the name, treatment type, and date and time fields are filled in:
4. In your app, you already have a validation microflow that checks the selected date and time, you can call the microflow in the current validation. Do the following:
91
91
@@ -107,18 +107,18 @@ To configure the **Save** button for the use case above, do the following:
107
107
108
108
1. In the **Generate Validation Microflow** dialog box, select two validations for *Customer_Name* and click **Extract submicroflow**:
The created microflow is used for the **Save** button to validate all conditions. The sub-microflow can be used on a different page to validate the customer name.
0 commit comments