Hello,
Following are my flow structure. I need to create flow to update excel row when an item is created in SharePoint list.
In further process, I would like to get a updated excel attachment from SharePoint library then send out a email with attachment. But it is not getting the updated file instead I am getting file without latest update.
Could someone support me to correct my flow?
hello okeks,
Thank you for your solution and it is working great!
You need to put in a little delay (1 minute should be enought)
The Excel Online Connector is built on top of the Graph API which doesn't process the changes immediately although it already reports back HTTP 200 OK.