Use Case of If/Else command in the Workbench Command Library
Use Case of If/Else command
First Use Case of If/Else Command
The Training department always faced with mammoth task to extract the list of participants who have passed the Q & A exam with minimum 80%.
As per the Training program, they need to extract this information every quarter.
Solution
Use the If/Else command to iterate through all the training records to check the result of the participants who have scored 80%.
Process Step Flow
-> Read record from csv file -> Define If Else condition -> Log the result to a file.
Benefits of using this Command
If/Else command is used to add conditional logic and actions to your task.
Note:
If...Else statement executes different codes for more than two conditions.
Note:- I will be updating this blog frequently.✍
Thank you for visiting this blog☕️
“Holding on to anger is like grasping a hot coal with the intent of throwing it at someone else; you are the one who gets burned”
0 Comments