Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

  • The Validate action is responsible for ensuring the integrity and accuracy of data before it is processed further in the workflow.

  • It checks whether data meets specific criteria, such as correct format, type, length, or range. This action is commonly used to prevent errors or issues caused by invalid or incomplete data.

Panel
panelIconId1f5e8
panelIcon:speech_left:
panelIconText🗨️
bgColor#DEEBFF

For example, the workflow might validate that an email address is correctly formatted before sending a message or that a number falls within a specified range.

...

  • The Validate action ensures that workflows are reliable by stopping or rerouting the process if the input data does not meet the required standards.

  • Let’s explore the screens that follow, after drag-n-drop of Validate action on workflow canvas.

...