I am using the expressions UNIQUEID("UUID") and have observed inconsistent behaviour between mobile and desktop instances. On mobile, I get a valid UUIDv4 string in lowercase, but on desktop I get a valid UUIDv4 string in uppercase.
I understand I could just apply a lowercase string transformation to fix this behaviour, but I would rather have this issue fixed at the source as I use this expression in many places. Can this please be investigated?