Enterprise 11: Use variables liberally
- Zuletzt aktualisiert2022/08/10
Enterprise 11: Use variables liberally
Use variables throughout the bot code. Avoid hardwiring values into bots. Hardwiring values makes the code less configurable for customers' environments.
Procedure
Next steps
Following are some important facts about using variables:
- Developer-created variables can be used with most Automation Anywhere commands.
- All command fields with the light bulb icon support variables.
- Press the F2 function key to list all user and system variables that are available for a selection.
- When a Task Bot runs, Automation Anywhere replaces the variable name with the actual value of the variable.