Hi All,
I'm working on a system for registrating non-conformities, submitted via Forms, into a sharepoint list.
When an item in the list is created, the contents of the list are also saved into an Excel file, which forms the report of the issue.
This all works perfectly.
Now, I'd like to have both the form and the sharepoint list updated if the other source of information is modified.
Updating the Excel list triggered by a modification in the sharepoint list is easy, I'm struggling with the other way around.
Since a modified file in a sharepoint folder is not a trigger, I'm using a sequenced flow. My plan is to have a script in the Excel file running for each file in the specific folder.
Could anybody help me out with a script code, that reads data from specific cells a worksheet, and making them available as variables in the Power Automate flow?
Thanks a lot!