Hello. I have a SharePoint List with a ContractEndDate date column. I used the "SharePoint Remind Me" flow (https://learn.microsoft.com/en-us/power-automate/create-sharepoint-reminder-flows) and it works well for notifying me on the day something comes due, i.e. 30 days before the ContractEndDate. What I would prefer is to have the email send me not just the item coming due in 30 days, but any that are due within the next thirty days. I'm sure it has to do with the Filter Query that is the default, but I just can't seem to figure out how to change it. Right now the default concat expression looks like this:
concat(concat('ContractEndDate',' ge ', '''',outputs('Today_+_x_days')),'''',' and ', concat('ContractEndDate',' lt ','''', outputs('x_Days_+_1'),''''))
I had thought it should be something like ContractEndDate GE today and LT Today + x_days. X being 30. But, everything I try fails.
Anyone have any thoughts? I'm new to PowerAutomate so I would like to pretty much stick with the Flow built by the "SharePoint Remind Me" flow.
Thanks...John