Hi Team,
I have a requirement in Automation Anywhere where I need to process blocks of data from an Excel sheet. The sheet is structured with different blocks of data, each ending with a specific keyword (e.g., "SP1", "FR1" and it may varies as well). After processing one block, I need to restart the loop to process the next block, and this continues for all blocks in the sheet.
For example:
- Start with the first block (rows 1-6), then move to the second block (rows 8-13), and so on.
- Each block ends when a specific keyword is found (like "SP1" or "FR1"), which indicates the end of that block.
How can I set up the loop to automatically detect the end of one block and start processing the next block in Automation Anywhere? I want to avoid hardcoding the row numbers since the number of rows in each block may vary.
Could someone please guide me on how to implement this? Detailed steps or an example would be greatly appreciated!
Thanks in advance!
S.NO | URL |
1 | PREPROD |
2 | PREPROD_HHT |
3 | PREPROD_HHT1 |
4 | PREPROD_HHT2 |
5 | API_POST |
6 | API_GET |
7 | SP1 |
8 | DEV |
9 | DEV_HHT |
10 | DEV_HHT1 |
11 | DEV_HHT2 |
12 | API_POST |
13 | API_GET |
14 | FR1 |
15 | TEST |
16 | TEST_HHT |
17 | TEST_HHT1 |
18 | TEST_HHT2 |
19 | API_POST |
20 | API_GET |
21 | FR1 |
Thanks & Regards,
Charan K