Hi!
I've received a complex task that is problematic for me as I couldn't find the answers for my questions.
The process looks like that:
1. New item arrives on SharePoint - can be submitted in both csv and xlsx format.
2. Data from each row is submitted on a specific site.
I believe it should look like that:
1. Power Automate Flow is triggered "When a new item is submitted on SharePoint".
2. PA creates a table.
3. File is saved on a specific folder on my desktop.
4. Open Power Automate Desktop.
5. Run "Get files from folder" action. In the folder only new Excel file is present.
6. PAD loops through each row in the table.
7. PAD takes data from each row and puts it on a specific site.
8. After loop Excel file is deleted.
I know that points 1-5 are easy, but is it possible to prepare this flow to work in unattended mode?
Another question: is it even possible to open a new file that arrives in the folder with PAD and work on it?
I'll be grateful for any advice from you 🙂