Hi,
I have one flow that keeps throwing this error with this input addDays(triggerOutputs()?['body/Due date'],30,'MM-dd-yyyy')
Unable to process template language expressions in action 'Compose' inputs at line '0' and column '0': 'The template language function 'addDays' expects its first parameter to be a string that contains the time. The provided value is of type 'Null'.
It works on one of my other flows, with one "Compose" to add 30 days to a field within my list. Now I wanted to use it for 30 days and for 90 days, but it never makes it past the first 30 days. Any ideas?