We have a bot that that uses the Excel Basic: Get multiple cells action to populate a table variable.
Then we have a “Loop for each row in table” action that loops through that table variable and inserts each row returned to a record variable.
This all worked fine until recently. The loop action goes into an infinite loop now even if no rows were found to populate the table. I confirmed this with a message bot which returned a count of how many records were in the table.
Has anyone else run into this.