Hi there,
I am building a canvas app to allow leaders in our organisation to access chat transcripts. As part of this, the timestamp coming from the ConversationTranscript Dataverse is "1642178184".
How can I convert this into DD/MM/YYYY in PowerApps?
Thanks
K.
Solved! Go to Solution.
Okay, in Power Apps does it show it like that? "1642178184"?
But you can always try something like:
DateValue(FieldFormDataverse;'dd/MM/yyyy')
If you need additional help please tag me in your reply and please like my reply.
If my reply provided you with a solution, pleased mark it as a solution ✔️!
Best regards,
Gonçalo Nogueira
Check my LinkedIn!
Check my User Group (pt-PT)!
Last Post on Community
My website!
Okay, in Power Apps does it show it like that? "1642178184"?
But you can always try something like:
DateValue(FieldFormDataverse;'dd/MM/yyyy')
If you need additional help please tag me in your reply and please like my reply.
If my reply provided you with a solution, pleased mark it as a solution ✔️!
Best regards,
Gonçalo Nogueira
Check my LinkedIn!
Check my User Group (pt-PT)!
Last Post on Community
My website!