I've seen many of the answers given in the forum about this issue, but I still can't make it work as it's very confusing training with outdated material and I get lost in the changes I make to the bot.
Page 1 / 1
- Create a session variable in the parent bot used with the Open Excel action
- Create a session variable in the child bot, and mark it as "use as input"
- In the parent bot, use the Task Bot: Run action to call the child bot, mapping the session from parent to child.
Thanks for the answer, but I still can't make it work. I don't understand the process.
Where in the documentation can I see this process of setting up a child bot in practice? Thanks
I don't know what I'm looking at anymore 😥
Thanks anyway.
I don't know if I'm late, but have you checked you have the session variable as "output" in your first bot and as "input" in your second bot? You can't pass a variable if that variable is not checked as "output". That way you'll just have an empty variable because the value won't pass from one bot to another.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.