Solved

How to pass a "List" from a child Task, back to the Parent task?

  • 17 March 2023
  • 3 replies
  • 71 views

Userlevel 1
Badge +7

 

Good Afternoon,

How to pass a "List" from a child Task, back to the Parent task?

This list will be created in a child task and, when returning from this task, in the Parent task, I have to present the created list.

icon

Best answer by Shoeb Shk 18 March 2023, 06:37

View original

3 replies

Userlevel 5
Badge +9

@interplan 

Declare in your child bot the list as Use as output:

 

So, in your parent bot , mapping to a list variable from the child bot

Regards

Userlevel 2
Badge +5

Step 1 : Create a varaible with same naming convention in the parent & Child task as followed by best practices.

Step 2 : While creating the variable in child task mark it as output.

Step 3 : Now call the child task from your parent task and click the highlighted button as below

 

Step 4 : Now click apply and you have successfully passed the variable from your child bot to parent bot.

 

 

Happy Automation,

Shoeb Shk

Userlevel 1
Badge +7

Thanks a lot, Fellows

Reply