Hi,
im tryiing to get a date from excel into my flow and using the workaround with two compose activities with the formula:
addDays('1899-12-30',int(outputs('compose')),'yyyy-MM-dd')
the output from the second compose im puting in an variable integer, for some reason im getting error as follow:
"BadRequest. The variable 'Due' of type 'Integer' cannot be initialized or updated with value '2020-01-31' of type 'String'. The variable 'Due' only supports values of types 'Integer'."
any idea why its not working?
regards,
Eyal