Dear community,
I have some troubles with my flow. I tried to use the Get items node with the filter query : Column X eq formatDateTime(addDays(utcNow(),5), 'yyyy-MM-dd').
I found out that the node always gave an empty output because my SharePoint list had a German region and thus, it didn't recognise the dates in Column X. I changed the region to the USA. However, I face the problem now, that the entries in column x are still not correctly recognised by the flow. The "Get Items" node still throws an error. The node works as soon as I manually change the date for the rows. I suspect that the dates in column X are still formatted in the wrong date format for the flow. Do you know how to change the dates in column X so that they are recognized by the flow and I don't have to manually change all the dates?
The list has about 1,000 entries.