I have excel data and it has the date column of created.
Its in power automate.I'm using excel as connector. I used the formula for adddays('1899/12/30',int(item()?['Created']),'yyyy/MM/dd') is not working it says the template language int is invoked.value cannot be converted as target type.
I used the other formula for
ticks(formatDateTime(item()?['Created'], 'yyyy-MM-ddT00:00:00')),
)
It says its not in iso format.
Kindly let me know how to go about this.
Thanks.