I'm trying to create a calculated column in a table and set the data type as Single line of text. I want to get the text value of createdon, which is datetime type, but can't find a possible solution on this, does anyone know about it?
I tried to use Text(createdon, "dd/MM/yyyy hh:mm:ss"), but it shown that The TEXT function doesn't exist.
Hi @v-bofeng-msft , thanks for your reply, I'm trying to create real time process for this issue.
Hi @Deeny ,
There is no such a function named 'TEXT' for calculated field
Please check this link:
https://learn.microsoft.com/en-us/previous-versions/dynamicscrm-2016/administering-dynamics-365/dn832103(v=crm.8)?redirectedfrom=MSDN
In addition , the formula column is also not work for 'Text' cause The Text and Value functions only work with whole numbers(https://learn.microsoft.com/en-us/power-apps/maker/data-platform/formula-columns#functions)
Please consider using flow, triggering with 'when a row is added', and then updating this text field.
Best Regards,
Bof
Hello, here is the screenshot, thanks for your investigation!
Hi @Deeny ,
Could you please show me a screenshot? Where did you use the text function?
Best Regards,
Bof
WarrenBelz
637
Most Valuable Professional
stampcoin
570
Super User 2025 Season 2
Power Apps 1919
473