Hello Community,
Power Automate newbie here and I'd appreciate any guidance on how I can achieve what I need to get done.
Essentially, here's what I want to do.
I have a csv file of customer names, with their emails, jobs, workplaces etc which I receive monthly. What I'd like to do is consolidate all the line items in the csv file that I receive monthly into 1 master excel workbook — where the line items for each month are appended in the same sheet of the workbook. And I'd like to do all this locally, without uploading any files to the cloud.
At the same time I will need to do some duplicate detection and validation checks before allowing the line item to append.
Eg.
If email in csv already exists in Master workbook, do not add that row to excel
If email format is in the wrong format (eg. no @), do not add that row to excel.
Any pointers on how I can achieve this? Thank you!