Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

This function is one of Verification Operation. You can find the movie in ARGOS RPA+ video tutorial.




Compare Value

Allows you setup complex conditional branching with multiple value and variables.



Need help?

Technical contact to tech@argos-labs.com



May you search all operations,





Operators

Assuming a holds value of 10 and b holds value of 20.


Additional operators using "Wildcard" * were added from Feb 2022 

*=  means when the left value is equals to the right value, it returns true.            Example:     any_file_name.pdf     *=    *.pdf     This returns True

!*   means when the left value is not equal to the right value, it returns true.        Example      any_file_name.png   !*     *.pdf     This returns True

Please note that the * wildcard can only be used in the right value.


How to set parameters





  • No labels