Hi,
Is it possible to generate a GUID in the Expression?, I remember seeing it long back in a Project, not sure what the correct syntax is to do it.
In my stiuation I am tring to avoid the service.
Thingworx: 9.4
Thanks,
Hey,
self.crypto.randomUUID()
...and ignore the warning about unsupported object.
Note that it only works when your ThingWorx is served over HTTPS or from localhost.
/ Constantine