I have been trying to solve the following simple problem:
- send an email with the current month employee's anniversaries
The filter needs to isolate the month (MM) only for each variable
I have settled on "Get items" with a "Filter query" but have been unsuccessful. Anytime I try and set MM only, it fails with the following error:
InvalidTemplate. Unable to process template language expressions in action 'Get_items' inputs at line '1' and column '2528': 'In function 'formatDateTime', the value provided for date time string 'OData__x0077_q99' was not valid. The datetime string must match ISO 8601 format.'.
It works when I do not try and format the variables (instead of "ge" it should be "eq" but I was playing with it)


Any ideas on how to make this work?