Hello,
Does anyone knows how to send data to child robot while calling it inside a robot with Execute robot from DB method?
My scenario is I have data in main robot and I want to use this data for executing flow of another robot from DB (Challenge is this another robot is called inside main robot).
Thank you!
Bender
Hi nik,
Just use the parent variable in the child bot.
In the command you want to use it, you only have to call it between braces, for example: {var}
*You must not create the variable in the child bot, otherwise, it will use its own and not the parent’s one.
nikhil.agnesh1@gmail.com
Hello Bender,
Brilliant :), Appreciate it.
Thank you,
Nik