Hi PowerAutomate Community!
I am new at creating flows, hope you can help me 🙂
There is a report generated every day on Sharepoint, I need to extract the new rows of this file that have been added to my reporting file. However:
An idea of how it looks like:
So my idea was to extract the most recent file created but it is giving me hard time knowing how to proceed as it is also stored in a folder (which contains only this file).
Any advice?
Many thanks
Hi @JakesJan
Here is an example:
The expression you want to use is :
formatDateTime(utcnow(),'dd.MM.yyyy')
US format 😁 formatDateTime(utcnow(),'MM.dd.yyyy')
Please consider accepting my answer as a solution if it helps to solve your problem.
Cheers
Damien
Please take a look and subscribe to my YouTube Channel for more Power Platform ideas and concepts, or take a look at my website. Thanks