I am trying to create a simple condition that does things different depending on the date submitted (field in SharePont) + 5 days. I would rather do business days, but that looks far more complex to calculate. The condition that I have setup that isn't working is:
Expected Date (field in SharePoint list)
Is less than (condition)
formatDateTime(addDays(utcNow(), +5), 'MM/dd/yyyy') (expression)
Everything I route through this formula no matter what the date is, is that it is not less than or equal to 5 days. Unfortunately since SharePoint doesn't seem to do previews of expressions to see what they are calculating, I can't really tell the issue.