![]() |
| |||||||
Automation Anywhere Post messages and questions related to Automation Software here. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
|
What is the easiest way to put up a standard message box with TWO buttons CONTINUE or CANCEL and then to get feedback from the user whether to CANCEL the process or CONTINUE thanks! Phil |
| |||
|
Hello Phil, In Automation Anywhere we have a command called Prompt available in Task editor. In Prompt command we have Prompt for Yes/No. Then in the custom prompt message enter “Do you want to insert the data for customer”. Also you have to assign the value to the variable for e.g. Prompt-Assignment. Then you have to put the condition if variable (Prompt-Assignment) is equal to fix. Please put the message box after that and in it press F2 to insert the variable Prompt-Assignment. Otherwise else Stop the task. In the task we have prompted for if user wants to continue. If the user selects Yes it will give a message box. Else if he selects No it will stop the task We are attaching Phil.atmn and also Prompt.png for your reference and areas of concern are marked in red rectangle Please copy Phil.atmn to My Documents\Automation Anywhere\Automation Anywhere\My Tasks Please let us know how it goes. |
![]() |
| Thread Tools | |
| Display Modes | |
| |