Select to view content in your preferred language

Converting AssignmentType and WorkerID GUIDs to text in the tabel

125
1
10-08-2025 09:00 AM
Labels (2)
FarzanehAhmadikordasiyabi
Emerging Contributor
Hello friends,

I'm working on a workforce project and I want our data created in the Workforce web app interface to eventually populate an Experience Builder in the Enterprise environment. My problem is that AssignmentType and WorkerID field show GUIDs, not text, which is not useful for the end user. Is there any ways to do the conversion on the fly? I can add two new text fields to the layer in the portal use attribute value mapper transformer in  FME but the problem with solution is that I will have to overwrite the layer, which I don't want to. I can't use arcade expressions  to calculate fields in this layer because the layer has Sync enabled. 

0 Kudos
1 Reply
CodyPatterson
MVP Regular Contributor

Hey @FarzanehAhmadikordasiyabi 

What I do in this is have a Python script run every so many minutes, in my case 5, and update the WorkerID using a dictionary with GUID and Worker Name, this is a slightly archaic method, but it works well for our purposes!

Cody

0 Kudos