Excel Automation - Data extraction

Hi,

I have an excel sheet which looks like this:

I will be getting a value in a variable from some application, that is Role = “initiator” for example( it can be any value)
Also i will be getting Modules = ("capa’, “complaints”) in a variable ( it can be any number of modules).

So if the Role “Initiator” is found in excel, associated module should be “RCI” and extract data from GC and PR column values and keep in seperate variables in First iteration,(First iteration because Modules variable has two values RCI and complaints), after extracting PR values, bot has to iterate through its values if it contains more values, for ex in screenshot:(system user, assignee),each item will be used in click activity so!

Then next iteration which is Complaints module.

and so on…

Can anybody help me build this logic in UiPath please?

Hey @Geeta
You can find a sample project with a conceptual solution for your issue here:
BlankProcess3.zip (5.0 KB)
I hope this helps!



Thank you so much @pikorpa , it works great

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