Hi @spitfire
you can achieve something similar with
and
parseDate(concat("10","/","31","/","2024"),"MM/dd/yyyy")
or
parseDate(concat(toSting({month},"/",toString({day}),"/",toString({year})),"MM/dd/yyyy")
BR
Hi @spitfire
you can achieve something similar with
and
parseDate(concat("10","/","31","/","2024"),"MM/dd/yyyy")
or
parseDate(concat(toSting({month},"/",toString({day}),"/",toString({year})),"MM/dd/yyyy")
BR