I have created a flow that works when I hard-code a date in the options, but this is going to run daily and it want it to use "today's date". I initially tried utcnow(), but that didn't work, so then I used the let copilot create an expression for you, which gave me formatDateTime(utcNow(), 'yyyy-MM-dd'), but that's not working either.
The error message I'm getting is below. Google was no help in figuring out where this is going wrong. I'm sure it's probably something relatively silly and simple and I'm just a clueless noob. Thank you!
Flow save failed with code 'OpenApiOperationParameterValidationFailed' and message 'Input parameter 'body' validation failed in workflow operation 'Update_a_constituent_custom_field': The parameter with value '"formatDateTime(utcNow(), 'yyyy-MM-dd')"' in path 'body/date' with type/format 'String' is not convertible to type/format 'String/date'.'.
Here is a screenshot of my flow. Again, it works perfectly when I hard-code a date in the Date field.