A user has made a MetaBot that will populate data into a web form after reading values from a database. Variables have been made in the MetaBot which will accept values from their counterparts in the calling Task, however the user is not seeing these variables on calling the MetatBOt in the Taskbot.
Why is this occurring?
- The MetaBot variables need to be declared as type Output
- The MetaBot variables need to be declared as type Visible
- The MetaBot variables need to be declared as type Input
- The MetaBot variables need to be declared as type Editable
Reveal Solution
Next Question