Skip to content

UiPath process automating the calculator dynamicall with arguments

Notifications You must be signed in to change notification settings

ommsolutions/uipath-dynamic-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

UiPath process automating the calculator dynamicall with arguments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published