Hi All
How can I convert the below excel formula in Alteryx?
=concat(TEXT(TODAY(),"YYYYMMDD"),"_",TEXT(NOW(),"HHMMSS"),"_",row())
I have done the below
DateTimeFormat(DateTimeStart(),'%Y%m%d_%H%M%S')
and add a Record ID
However, I don't know how to put them together.
Thanks
Jana