Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 432 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 432 Bytes

uipath-dynamic-calculator

UiPath process automating the calculator dynamically with arguments

Arguments

  • in_Number1: first number to processed, must be an number between 0 to 9
  • in_MathematicalOperator: one char of + - * /
  • in_Number2: second number to processed, must be an number between 0 to 9
  • out_Result: the result of the operation

NO error-handling, so if the input is not within the range, the process will fail.