Question

Loop task bot(Child Bot) in the main Parent bot

  • 1 September 2022
  • 3 replies
  • 18 views

Hi All,

 

Can someone help me with the loop for child bots inside the parent bot.

 

Scenario:

 

I have 15 markets in total. For each market, I have 7 child bots(and more) so it is exceeding my line count in the main parent bot. so I need to loop all my child bots in the main bot.

 

Can someone please help me with this solution?

 

Thanks in advance 😊


3 replies

Userlevel 4
Badge +7

Hi @KOLI CHARAN​ ,

 

You can't loop through each Child Bot using the Loop Action, if that is what you meant to ask.

 

I would suggest calling 15 child bot(market) from the parent bot, and call the 7-8 child bots that belong to each market, within each bot(market).

 

Kind Regards,

Ashwin A.K

Hi @Ashwin A.K​ 

 

What is the total line count we can use in the parent bot...?

 

Regards,

Charan

Userlevel 4
Badge +7

Hi @KOLI CHARAN​ ,

 

There isn't any limit, but Flow View will get disabled after 500 lines as it will impact performance.

 

Ideally, you should keep it below 500.

 

Kind regards,

Ashwin A.K

Reply