Hi!
I’m trying to create an automation where I access a Power BI, download the report to access it through excel, select some columns and then trigger emails based on excel information.
I’m trying to filter on a certain column and then save to another worksheet, but I don’t think I’m doing the filter right.
In fact, I’m quite new to RPA and I don’t even know if this is the best option for this type of automation.
Describing better what I need to do, basically they are open schedules that I need to charge those responsible, there are 19 different people responsible within a spreadsheet of approximately 3 thousand lines.
The part of downloading the report, opening it in excel, this basic beginning, I know how to do it, from here I don’t know where to go.
I need to define the following, the worksheet will have the name responsible for the pending schedule, there are two responsible for an internal and an external one.
All internal pending appointments go to a single email.
Now the external responsibility will be 18 different destinations.
And when you say, sample input, do you want to see how I created the filter?
For just filtering and writing the data into excel for each loop is not required
You will have to have only filter datatable activity and in the column filter you can click on the add symbol to add a another condition
If it is always 2 filters we can just use another Filter datatable activity and write range with new sheet name.
if it is going to be dynamic filter you may use the below where for each filter one sheet will be created. Instead of {“Filter1”, “Filter2” } user your custom filters used in your use case.
Sheet name will be same as the filter