RPA ASSIGNMENT 2 LEVEL 3 (ADVANCE RPA)

Hi Everyone!

Can someone please guide me that how can I extract only 2018 and 2019 data related to assignment 2 of advance level 3. My bot gets stuck when it has to create a report for a client of 2017 year. What would be the best way of handling this exception. through dispatcher or performer

image

You could add another item to the end of the condition for the date. If you dont add it to the queue then the bot wont process it after all :slight_smile:

something like AND year(row(“Date”)) <> 2017

If the date value is a string you can do AND left(row(“Date”),4).toString <> “2017”

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.