
Announcements
Unable to process template language expressions in action 'Compose_-_Format_Due_Date' inputs at line '0' and column '0': 'The template language function 'int' was invoked with a parameter that is not valid. The value cannot be converted to the target type.'.
It looks like you're trying to get two days later than Cal_Due_Date (assuming that variable contains a date). In that case you can restructure your expression as so:
addDays(variables('var_Cal_Due_Date_I'), 2, 'dd/MM/yyyy')