
Announcements
Hello - I'm sure this can't be as difficult as I'm finding it... but am very new to this
We use Microsoft shifts for our team scheduling - and we want to create an automated dashboard/report on it for utilisation.
So all I need is a flow - to pull all the shift data into a spreadsheet housed on Sharepoint
then each time its updated (ideally weekly) for it to delete and replace all the data on the sheet (otherwise would be duplicated shifts)
But I'm struggling to make anything work!! Please help!
Hi @NHnae,
You can use a list all shifts action with the start time and end time. That output can be used in a Select and a Create csv table.
Below is an example, if that helps?
Start Time
addDays(utcNow('yyyy-MM-ddTHH:mm:ssZ'),-7)
End Time
utcNow('yyyy-MM-ddTHH:mm:ssZ')