Answer Posted / Utkarsh
Value refers to the specific instance or content of a data type in UiPath. It can be a string, integer, boolean, array, etc. Scope refers to where a variable is accessible within the program.nnVariables in UiPath have three scopes: Global, Local, and Session. Global variables have a global scope and are accessible throughout the entire workflow. Local variables have a local scope and can only be accessed within the activity they were created. Session variables have a session scope and are accessible across all activities within a single session.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category