Primary and Secondary Actions
Â
"Select" is a primary action and all the other actions are secondary. Until a Select action is run, there is no defined dataset, so there is nothing to perform a secondary action with.Â
The Select action is not just used to define a dataset: once data is read you can use the Invoke command to run another set of subfunctions on the data.
Within these subfunctions, you can use conditional queries to define what to do with the data. For example, you can create queries to read several fields and conditions, and then create the code necessary to perform one of the secondary actions.
You can run several separate checks within the same piece of code.Â
For example, to validate a set of data to check whether three separate conditions are met, use the code structure shown in Validating Data