Hi all,
I am trying to create a flow that will send out a notification based on a dateTime column in SharePoint.
It does already work, sort of, but the thing is that the datetime field in SharePoint seems to be causing some issues.
This is my expression:
addDays(utcNow(),4,'dd-MM-yyyy') and this is my filterquery "ccStartdate eq addDays(utcNow(),4,'dd-MM-yyyy')"
That part work fine.
I have 3 items in SharePoint, all have the same date set in the column ccStartdate, but Power Automate insists on only recognizing the items if they have the Time set to 12AM. The moment they are set to e.g. 10AM, then nothing will happen.
So the question is, how do I work around this?