Hi,
I am getting this error when run my power automate flow -
compose -
items('Apply_to_each')?[concat('Start of WT Period Planned ', '/', ' Revised Date')]
compose_2 -
addDays('1899-12-30',int(outputs('Compose')),'yyyy-MM-dd')
These are date fields. Why is this error happening?
Unable to process template language expressions in action 'Compose_2' 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.'.