Hi, I need to send remainders based on a calculated column in sharepoint list (calculated because Items have different times). This is what I've done.
Steps:
- Recurrence
- Get Items
- In the field "Filter Query" I compare the calculated column with 2 days before throught the next formula
formatDateTime(addDays(utcNow(),-2),'yyyy-MM-dd')
- Appy to each
- Send emails.
The above secuence return an error indicating that the "calculated column" can't be used in the expression (formula).


Thanks.