![]() |
| |||||||
Automation Anywhere Post messages and questions related to Automation Software here. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
|
Hello, Yes, you can use 'If Variable' command to compare the values or the code. "If Variable" command is the most powerful of all conditional commands. Actually, it is many commands in one. With this command, you can perform hundreds of checks. For example if you have copied anything from an application or website and you want to check if what you copied matches certain text, or if it is a number, is it greater than or less than some other variable or fixed number. You can do that all with this command. You can take action based on the result returned by 'If' command i.e. if you want to stop the task or want to perform some action accordingly. You can find 'If-Else-EndIf' command under 'Conditions/Loops' command category. You can find 'Stop Task' command under Tasks/Scripts command category. Text format of command would appear something like this If Condition // Required Actions Else Stop Task End IF Hope that helps. If you could tell us more about your case, we would be able to help you more with specific task. |
![]() |
| Thread Tools | |
| Display Modes | |
| |