
Announcements
Dear All,
Please, I have a SharePoint List (populated by an App - Power Apps) and I would like periodically store the information in a CVS file to use in Power BI.
The destination file need to contain all info of List plus the "Extraction Date".
Please, How I could create the relative Automate?
Thanks in Advance,
LD
Here is a link to a blog post that explains what you need to do.
To add the extraction date to the CSV table action, add a Header called Date and use the following expression to populate it:
formatDateTime(utcNow(), 'yyyy-MM-dd')
You can use another date format string if you would like.