Hi.
I want to do such thing - I have an excel which acts like DB and have 2 columns in it - first with onedrive file path in notation as below:
personal/XYZ.com/Documents/Microsoft Teams Chat Files/call.docx
and in second column I have email address to which I want to send file sharing link to above location.
I have created such flow:
Manually trigger a flow >>> List rows present in a table >>> Apply to each Create share link by path + send an email V2)
But Flow isn't working and gets timeout (Error Action 'Apply_to_each' failed),
in earlier tries I managed to do a flow which send sharing link to all emails from an excel column but it wasn't inserting sharing links to each row but to the whole DB excel file. Does someone here have any ideas how to solve it?