In the Action Parameters section, what is the meaning of IN/OUT/INOUT directions?

  • IN means that the data will be imported into the application (e.g. default form field values).

  • OUT means that the data will be exported from the application, for example to be used in conditions.

  • IN/OUT combines the two previous modes.