I would like to set up a flow where users will receive an email when an expiration or due date is 30 days or less away. The dates are in a Sharepoint list. I found a build that stated it would accomplish my goal. However, I get the following error:
The expression "Due Date le 'addDays(utcNow(), variables('varNumDays'), 'yyyy-MM-dd')'" is not valid. Creating query failed.
I tried changing "Due Date" to "DueDate" and "le" to "eq". None of this works. The column on my SharePoint list is titled "Due Date".
Here is the flow:

If any more info is needed to help solve this, please let me know.
Thanks