I am building a process which requires pulling a report from PowerBi into Uipath and then creating a datatable with specific information which will be read into an excel template. The template then requires the data to be read in from row A6 however the problem i am having is that the only row being populated it row A6.
I have an Output data table activity in the workflow and can see there are a lot of rows which need to be added to the template but i am unsure why the write range isn’t pulling them in. Any help is greatly appreciated.
I understand that i am writing into the excel - i am writing the data from my datatable "filteredDefferedRevenue” into a excel template. I have used a write range not a read range
How do i do this? I dont know how many rows will be brought in weekly from the powerbi report which is where my datatable "filteredDefferedRevenue” gets its data