Hi everyone,
I’m new to Automation Anywhere and need help with writing logic to consolidate multiple records by summing their amounts.
I have a data file with several records following the same pattern but with different names. For example:
Alex Dan 145.33
Alex Dan 1110.00
John Doe 200.50
John Doe 99.50
I want to merge duplicate entries into a single row by summing the amounts:
Alex Dan 1255.33
John Doe 300.00
What is the best approach to achieve this in Automation Anywhere? Any guidance or sample bot logic would be greatly appreciated!
Thanks in advance!