Forum Discussion
bhenry
1 year agoFrequent Visitor
Dataflow Refresh Failing
I have a dataflow built to combine the files from a sharepoint folder. This folder holds a number of xlsx docs that are daily reports of our phone system usage by our employees. Each morning at ...
- 1 year ago
Hi, bhenry
After saving the attachment in SharePoint, add a step in the Power Automate flow to validate the file. You can check the file properties or even use a script to programmatically "open" the file.
Adjust the timing of the data flow to ensure it runs after the email processing is fully completed. You can add a delay to the flow to give it extra time. Implement logging in the Power Automate flow to capture any errors when saving or processing the file.
Best Regards,
hackcrr
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
lbendlin
1 year agoSuper User
Did this work before? Sounds like the Excel file they sent is not a true .xlsx and only becomes one when you touch it.