Forum Discussion
LukasSliuzas
Jan 25, 2022Copper Contributor
Power Automate get Items filter query
Hello, I need to make a workflow that would send a reminder every 24 hours from Monday to Friday. I have two conditions and one of them is working SendReminder eq 'Start' but how could I check if...
- Jan 26, 2022Hi Lukas,
Update your OData filter query to include the Modified date.
For example: SendReminder eq 'Start' AND modified ge 'addDays(utcNow(), 2, 'yyyy-MM-dd)'.
Be sure to use the expression builder for the addDays expression. Add send email action to complete the flow.
I hope this helps.
Norm
stormin_30
Jan 26, 2022MVP
Hi Lukas,
Update your OData filter query to include the Modified date.
For example: SendReminder eq 'Start' AND modified ge 'addDays(utcNow(), 2, 'yyyy-MM-dd)'.
Be sure to use the expression builder for the addDays expression. Add send email action to complete the flow.
I hope this helps.
Norm
Update your OData filter query to include the Modified date.
For example: SendReminder eq 'Start' AND modified ge 'addDays(utcNow(), 2, 'yyyy-MM-dd)'.
Be sure to use the expression builder for the addDays expression. Add send email action to complete the flow.
I hope this helps.
Norm