Difference between revisions of "Action: Selecttion Dialog"

(Created page with "<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> This action will allow you to display a number of selectable options in a list and...")
 
 
Line 1: Line 1:
 +
<span style="color: #1665b0; font-size: 24px; display: inline-block; margin-top: 15px; margin-bottom: 0px;"><strong>About this action</strong></span>
 +
 
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
This action will allow you to display a number of selectable options in a list and save the selected index/value into variables.
 
This action will allow you to display a number of selectable options in a list and save the selected index/value into variables.
 
You can then use the value of these variables later in the macro to do other actions based on the user selection.
 
You can then use the value of these variables later in the macro to do other actions based on the user selection.
 
</pre>
 
</pre>

Latest revision as of 16:54, 20 March 2024

About this action

This action will allow you to display a number of selectable options in a list and save the selected index/value into variables.
You can then use the value of these variables later in the macro to do other actions based on the user selection.