Forum Discussion

LukasSliuzas's avatar
LukasSliuzas
Copper Contributor
Jan 25, 2022
Solved

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...
  • stormin_30's avatar
    Jan 26, 2022
    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

Resources