How to convert YYYYMM to YYYY-MM-01 using Azure data factory expression
I need to convert the YYYYMM to YYYY-MM-01 using azure data factory pipeline expression. I tried the below expression but it giving me error that date value should follow the ISO 8601 format. @formatDateTime(concat('202301','01'),'YYYY-MM-DD') It should return in this format…