APL User Event Reader
Reads APL User Events.
When to use?
When you use the APL Interface to capture APL User Events..
How to use:
-
Make sure you have APL compatible elements placed in your workflow.
-
You can check the Use APL User Event Argument Part checkbox to specify a part of an APL User Argument to be caught, or you can leave it so that the reader can catch all APL User Events regardless of the provided arguments.
-
Enter a part of the APL User Event Argument in APL User Event Argument Part.
Examples:
- To catch the list item selected APL User Event from APL Arguments
${request.aplArguments[0]['selected_list_item_key']}
- To catch a part from APL Arguments -
selected_list_item_key
-
Make use of the Result variables to do what you want.
Helpful Result variables:
- To get the intent name -
${result.intentName}
- To get the APL Arguments of an APL User Event -
${result.aplArguments}