Interdependent bots - Executing one bot based on another bot

Dear Friends,

I have a typical scenario where

  1. I’m importing csv data into Table X
  2. Created Bot A with event of add & update in Table X, for adding rows from Table X to Table Y. (This is being done due to specific reason of clubbing data with common id in different rows data into columns of single row, using google sheet formulas of vlookup & filter combination)
  3. Created Bot B with event of add in Table Y (data added through Bot A), for adding rows from Table Y to Table Z

Now in this scenario Bot B is supposed to trigger back to back after Bot A, which is not happening, meaning there rows are not being added in Table Z

Any recommendation or this sort of back to back execution of a bot based on the execution of another is technically not possible?

Thanks in advance!

Try setting this option on

Doc

2 Likes

it worked perfectly, thanks @TeeSee1

1 Like