<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Converting AssignmentType and WorkerID GUIDs to text label in ArcGIS Workforce Questions</title>
    <link>https://community.esri.com/t5/arcgis-workforce-questions/converting-assignmenttype-and-workerid-guids-to/m-p/1184535#M2419</link>
    <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I'm sure others have come across this. Not sure if most Workforce Admins are populating their assignments by FME or the Python API, which would easily solve this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want our data created in the Workforce web app interface to eventually populate a dashboard. I'm unable to add filters for the AssignmentType and WorkerID field. I think because they are GUIDs. I've also added them into a table, but they show as GUIDs, not text, which is not useful for the end user, which isn't me. Is there any easy way to change this?&lt;/P&gt;&lt;P&gt;Some ideas I've thought of are:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;use FME or the Python API&lt;/LI&gt;&lt;LI&gt;create two new fields and convert the AssignmentType and WorkerIDs to text here&lt;/LI&gt;&lt;LI&gt;create a list in these two fields with the GUID as the code and text as the label (will this mess up the project by adding in new stuff to the existing fields leading to offline area sync issues?). Upon checking there isn't a list option for these.&lt;/LI&gt;&lt;LI&gt;in dashboard, go into the table's advanced formatting and write if or when statements to replace the GUIDs with labels&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Just wondering how everyone else is getting around this, if there's best practice for this or if there's an obvious way I'm missing. I'm still working on my first Workforce project.&lt;/P&gt;</description>
    <pubDate>Tue, 21 Jun 2022 01:44:26 GMT</pubDate>
    <dc:creator>elpinguino</dc:creator>
    <dc:date>2022-06-21T01:44:26Z</dc:date>
    <item>
      <title>Converting AssignmentType and WorkerID GUIDs to text label</title>
      <link>https://community.esri.com/t5/arcgis-workforce-questions/converting-assignmenttype-and-workerid-guids-to/m-p/1184535#M2419</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I'm sure others have come across this. Not sure if most Workforce Admins are populating their assignments by FME or the Python API, which would easily solve this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want our data created in the Workforce web app interface to eventually populate a dashboard. I'm unable to add filters for the AssignmentType and WorkerID field. I think because they are GUIDs. I've also added them into a table, but they show as GUIDs, not text, which is not useful for the end user, which isn't me. Is there any easy way to change this?&lt;/P&gt;&lt;P&gt;Some ideas I've thought of are:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;use FME or the Python API&lt;/LI&gt;&lt;LI&gt;create two new fields and convert the AssignmentType and WorkerIDs to text here&lt;/LI&gt;&lt;LI&gt;create a list in these two fields with the GUID as the code and text as the label (will this mess up the project by adding in new stuff to the existing fields leading to offline area sync issues?). Upon checking there isn't a list option for these.&lt;/LI&gt;&lt;LI&gt;in dashboard, go into the table's advanced formatting and write if or when statements to replace the GUIDs with labels&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Just wondering how everyone else is getting around this, if there's best practice for this or if there's an obvious way I'm missing. I'm still working on my first Workforce project.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 01:44:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workforce-questions/converting-assignmenttype-and-workerid-guids-to/m-p/1184535#M2419</guid>
      <dc:creator>elpinguino</dc:creator>
      <dc:date>2022-06-21T01:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Converting AssignmentType and WorkerID GUIDs to text label</title>
      <link>https://community.esri.com/t5/arcgis-workforce-questions/converting-assignmenttype-and-workerid-guids-to/m-p/1184824#M2420</link>
      <description>&lt;P&gt;Hi, I too have had this problem and still cannot determine whether there is an easy way around it. Like you, our end users really need to see the full AssignmentType name, rather than the GUID.&lt;/P&gt;&lt;P&gt;I have worked out how to use Survey123 Connect to reference a separate table which contains both the GUID and Name for each assignment type - but I have over 50 assignment types, which may be replaced or updated, so this isn't really a long-term solution. This also doesn't solve the Dashboard display problem.&lt;/P&gt;&lt;P&gt;I would love to see if you get any better solutions here!&lt;/P&gt;&lt;P&gt;(My previous post on this subject is here:&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-workforce-questions/workforce-assignment-type-displays-as-random-text/m-p/1176839#M2392" target="_self"&gt;https://community.esri.com/t5/arcgis-workforce-questions/workforce-assignment-type-displays-as-random-text/m-p/1176839#M2392&lt;/A&gt;&amp;nbsp;)&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 19:33:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workforce-questions/converting-assignmenttype-and-workerid-guids-to/m-p/1184824#M2420</guid>
      <dc:creator>PatrickMarshallTT</dc:creator>
      <dc:date>2022-06-21T19:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Converting AssignmentType and WorkerID GUIDs to text label</title>
      <link>https://community.esri.com/t5/arcgis-workforce-questions/converting-assignmenttype-and-workerid-guids-to/m-p/1184915#M2421</link>
      <description>&lt;P&gt;For visualization in a dashboard in ArcGIS Online, you can use &lt;A href="https://github.com/Esri/workforce-scripts/blob/master/readmes/create_joined_view.md" target="_self"&gt;this script&lt;/A&gt; to create a joined view layer that combines the assignments, types, workers, and dispatchers into a single non-editable layer. This layer can be used in a dashboard for filtering and visualization.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 23:46:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workforce-questions/converting-assignmenttype-and-workerid-guids-to/m-p/1184915#M2421</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2022-06-21T23:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Converting AssignmentType and WorkerID GUIDs to text label</title>
      <link>https://community.esri.com/t5/arcgis-workforce-questions/converting-assignmenttype-and-workerid-guids-to/m-p/1185087#M2427</link>
      <description>You can access these fields using Experience Builder to get a similar effect.&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Jun 2022 15:17:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workforce-questions/converting-assignmenttype-and-workerid-guids-to/m-p/1185087#M2427</guid>
      <dc:creator>IanGallo</dc:creator>
      <dc:date>2022-06-22T15:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: Converting AssignmentType and WorkerID GUIDs to text label</title>
      <link>https://community.esri.com/t5/arcgis-workforce-questions/converting-assignmenttype-and-workerid-guids-to/m-p/1655228#M2885</link>
      <description>&lt;P&gt;Hello Ian, could you please explain how we can access these fields using Experience Builder to get a similar effect?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Oct 2025 17:54:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workforce-questions/converting-assignmenttype-and-workerid-guids-to/m-p/1655228#M2885</guid>
      <dc:creator>FarzanehAhmadikordasiyabi</dc:creator>
      <dc:date>2025-10-03T17:54:31Z</dc:date>
    </item>
  </channel>
</rss>

