Hi all, new to Power Automate, but from what i have seen so far, i think i can achieve what i need...i jut cant get my head around it. I hope one of you can help me.
So here is my use case:
- I have an excel file, this file contains a number of columns that match to CV headings, i.e. Name, email, Job title 1, job desc 1, job title 2, job desc 2, etc (there is a finite amount of columns, which i know)
- This excel contains one row per CV, so there could be 1 or many.
- I'd like to be able to open the Excel and copy all the data into a new excel, however, if a row has data in more than one 'job title/job desc' then i need that data to be added as a new row into the new excel (see attached image as example, green table represents the origin and the yellow table represents the end result of what i need).
So ive figured out how to open the origin excel and get the data, and i see that there are for loops with conditions, so im assuming id have to add some condition per column, i.e. if column name = 'job title 1' then create new row or something like that so that the data can be divided into a new rows, but i just cant figure that part out.
Any help appreciated please.