Difference between revisions of "Control flow: If confirmed then"

(Created page with "<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> This action allows the actions in the If clause to be executed only if they are co...")
 
 
Line 1: Line 1:
 
<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 allows the actions in the If clause to be executed only if they are confirmed in the dialogue box displayed.
+
This action allows the execution of actions within an "If" clause only after confirmation by the user through a dialogue box appearing on the screen. When activated, an interactive dialogue box is presented which requires a response from the user.
If denied, the actions in the If clause are skipped.
+
 
 +
 
 +
If the user confirms the actions in the dialogue box, the actions specified in the "If" clause are executed.
 +
 
 +
If the user chooses not to confirm or deny the action in the dialog box, the actions specified in the "If" clause are skipped.
 
</pre>
 
</pre>

Latest revision as of 02:16, 13 February 2024

This action allows the execution of actions within an "If" clause only after confirmation by the user through a dialogue box appearing on the screen. When activated, an interactive dialogue box is presented which requires a response from the user.


If the user confirms the actions in the dialogue box, the actions specified in the "If" clause are executed.

If the user chooses not to confirm or deny the action in the dialog box, the actions specified in the "If" clause are skipped.