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



Case Action


Author: Brad Kim


Primary Features

The Case Action operation is one of the signature operations/plugins on the STU Toolbox. I It helps you design a BOT with a complex decision-making capability much similar to human’s decision-making processes in real life. It can take any input and navigate your BOT to any steps depending on the predefined rules.



Need help?

Technical contact to tech@argos-labs.com


May you search all operations,




Input Required

  • Any input value (variable can be used but wildcard (*) cannot be used.)
  • Matching value and its action (at least one has to be selected)
    • Proceed
    • Abort with Error
    • Abort with No Error
    • Jump to Operation
    • Jump to Step

Input Optional

  • More matching value and its action (at least one has to be selected)
    • Proceed
    • Abort with Error
    • Abort with No Error
    • Jump to Operation
    • Jump to Step

No Case

  • If no match in the list of matching values, the operation just PROCEEDS without any messages

 

Output

  • None

 


Parameter Setting Examples

 

When used by itself

A sample bot above takes input from a user asking to enter greetings then Case Action will display only the greetings are hello or goodbye.


Left Text Bubble

  • Enter input value (or variable) no wildcard can be used
  • Specify action based on the matched value. Pulldown menu gives you choices of Proceed. Stop. Jump to Operations, and Jump to Step.

Right Text Bubble

  • Specify value to be matched in the input value. This has to be exact match and case sensitive. Be careful with spaces 
  • Everything else is considered to be NO CASE



When used with Case Decision

A sample bot opens excel and analyze values with Case Decision and then give the results to the Case Action operation.


  • Enter input value (or variable) no wildcard can be used.
  • Specify value to be matched in the input value. This has to be exact match and case sensitive. Be careful with spaces. 
  • Specify action based on the matched value. Pulldown menu gives you choices of Proceed. Stop. Jump to Operations, and Jump to Step.
  • Everything else is considered to be NO CASE.