Hi Everyone,
I am fairly new to using Microsoft flow and I have been working on a sharepoint list that gets updated when someone fills out a Microsoft form. What I am trying to do now is send only the newest data to a csv every week without having the whole list added over again.
I have a recurrence set up to start my flow every 7 days then I am using Get items (sharepoint) to get info from my sharepoint List. Where I am getting stuck is I am using column SubmittedDate from my sharepoint list which uses the date from the timestamp of the Form when it's submitted. The format in sharepoint is MM-dd-yyyy.
I can't figure out what equation to use for my condition to tell it to check to make sure that the utcNow date -(7 days) is greater than or equal to the SubmittedDate from sharepoint, especially when utcnow format is yyyy-MM-dd?
Once I get that I can tell it to create the csv file with the columns from my sharepoint list. Any help would be greatly appreciated.
Joel