<?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 Attribute Rule not Populating the fields that it needs to in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/attribute-rule-not-populating-the-fields-that-it/m-p/1606608#M95029</link>
    <description>&lt;P&gt;Thiese are the fields that are not returning:&lt;/P&gt;&lt;P&gt;"Adopted_By":&amp;nbsp;&lt;BR /&gt;"Adopter_Contact_Email"&lt;BR /&gt;"Adopter_Contact_Number"&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When we enter the survey, we enter in all the parameters, and they go to the&amp;nbsp;ADOPTCREATOR.PW_CityBeautiful_AdopterApplications table --&amp;gt; Then it goes to the segments layer. We have met with ESRI five times with no luck. I could really use some help. Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if ($feature.Adoption_Status != "Approved") {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return ;&lt;BR /&gt;}&lt;BR /&gt;var parent_id = $feature.GlobalID;&lt;BR /&gt;if (IsEmpty(parent_id)){&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return;&lt;BR /&gt;}&lt;BR /&gt;// Could use &lt;A title="https://developers.arcgis.com/arcade/function-reference/featureset_functions/#featuresetbyrelationshipname" href="https://developers.arcgis.com/arcade/function-reference/featureset_functions/#featuresetbyrelationshipname" target="_blank" rel="noreferrer noopener"&gt;https://developers.arcgis.com/arcade/function-reference/featureset_functions/#featuresetbyrelationshipname&lt;/A&gt; also&lt;BR /&gt;var relatedTab = FeatureSetByName($datastore, "ADOPTCREATOR.PW_CityBeautiful_AdopterApplications", ['GlobalID', 'Parent_GUID', 'Name', 'Email', 'Phone_Number'], false)&lt;BR /&gt;var relatedRec = First(Filter(relatedTab, 'Parent_GUID = @parent_id'))&lt;BR /&gt;if (IsEmpty(relatedRec)){&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;return {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "result": {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "attributes": {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Adopted_By": relatedRec.Name,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Adopter_Contact_Email": relatedRec.Email,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Adopter_Contact_Number": relatedRec.Phone_Number&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 16 Apr 2025 18:14:48 GMT</pubDate>
    <dc:creator>Gabrielle_Byczek</dc:creator>
    <dc:date>2025-04-16T18:14:48Z</dc:date>
    <item>
      <title>Attribute Rule not Populating the fields that it needs to</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/attribute-rule-not-populating-the-fields-that-it/m-p/1606608#M95029</link>
      <description>&lt;P&gt;Thiese are the fields that are not returning:&lt;/P&gt;&lt;P&gt;"Adopted_By":&amp;nbsp;&lt;BR /&gt;"Adopter_Contact_Email"&lt;BR /&gt;"Adopter_Contact_Number"&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When we enter the survey, we enter in all the parameters, and they go to the&amp;nbsp;ADOPTCREATOR.PW_CityBeautiful_AdopterApplications table --&amp;gt; Then it goes to the segments layer. We have met with ESRI five times with no luck. I could really use some help. Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if ($feature.Adoption_Status != "Approved") {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return ;&lt;BR /&gt;}&lt;BR /&gt;var parent_id = $feature.GlobalID;&lt;BR /&gt;if (IsEmpty(parent_id)){&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return;&lt;BR /&gt;}&lt;BR /&gt;// Could use &lt;A title="https://developers.arcgis.com/arcade/function-reference/featureset_functions/#featuresetbyrelationshipname" href="https://developers.arcgis.com/arcade/function-reference/featureset_functions/#featuresetbyrelationshipname" target="_blank" rel="noreferrer noopener"&gt;https://developers.arcgis.com/arcade/function-reference/featureset_functions/#featuresetbyrelationshipname&lt;/A&gt; also&lt;BR /&gt;var relatedTab = FeatureSetByName($datastore, "ADOPTCREATOR.PW_CityBeautiful_AdopterApplications", ['GlobalID', 'Parent_GUID', 'Name', 'Email', 'Phone_Number'], false)&lt;BR /&gt;var relatedRec = First(Filter(relatedTab, 'Parent_GUID = @parent_id'))&lt;BR /&gt;if (IsEmpty(relatedRec)){&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;return {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "result": {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "attributes": {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Adopted_By": relatedRec.Name,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Adopter_Contact_Email": relatedRec.Email,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Adopter_Contact_Number": relatedRec.Phone_Number&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Apr 2025 18:14:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/attribute-rule-not-populating-the-fields-that-it/m-p/1606608#M95029</guid>
      <dc:creator>Gabrielle_Byczek</dc:creator>
      <dc:date>2025-04-16T18:14:48Z</dc:date>
    </item>
  </channel>
</rss>

