Hi All,
I'm attempting to make a flow to retrieve data from D365, filter the results to return only entries from the last 7 days, then update rows in an Excel file. I'm halfway there, but I'm struggling to filter the content.
In the filter data operation I have set up (as per the attached screenshot) uses the CreatedDateTime field, then should be refined to the last 7 days as per the expression 'formatDateTime(addDays(utcNow(), -7))'. Running the flow presents an error message (as per seconds screenshot). What is a better way to go about this?
Thanks for any help!