Hi everyone,
I have a flow which checks and moves the email to the mailbox , so I have created an excel file in that excel file I need to write data I get from the email on the excel file I would need column ‘name,surname,ID number and reason for moving’, it looks like this:
if you are updating the data to existing excel then, first you can read the excel file then you can identify last index of existing excel file based on dt row count then you can update the excel cells.
if you are creating the excel file then, cell index will start from 1.