<?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 Re: Arcade in Attribute Rules Error in Attribute Rules Questions</title>
    <link>https://community.esri.com/t5/attribute-rules-questions/arcade-in-attribute-rules-error/m-p/1156412#M358</link>
    <description>&lt;P&gt;Johannes, everything works well in Pro desktop. Then I publish the weblayer and the table to AGOL, but when I edit there, nothing gets written to the table. What could be happening there?&lt;/P&gt;</description>
    <pubDate>Tue, 22 Mar 2022 21:00:50 GMT</pubDate>
    <dc:creator>JorgeKappa</dc:creator>
    <dc:date>2022-03-22T21:00:50Z</dc:date>
    <item>
      <title>Arcade in Attribute Rules Error</title>
      <link>https://community.esri.com/t5/attribute-rules-questions/arcade-in-attribute-rules-error/m-p/1155829#M351</link>
      <description>&lt;P&gt;Trying to log edits to a layer to a table. It works with some fields, it fails with others with the following error:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JorgeKappa_0-1647887219392.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/36879iC9959CC137E3BD17/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JorgeKappa_0-1647887219392.png" alt="JorgeKappa_0-1647887219392.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here's my code:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JorgeKappa_1-1647887249704.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/36880i818B5B4FD498D82B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JorgeKappa_1-1647887249704.png" alt="JorgeKappa_1-1647887249704.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Any clues?&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 21:20:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-questions/arcade-in-attribute-rules-error/m-p/1155829#M351</guid>
      <dc:creator>JorgeKappa</dc:creator>
      <dc:date>2022-03-21T21:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade in Attribute Rules Error</title>
      <link>https://community.esri.com/t5/attribute-rules-questions/arcade-in-attribute-rules-error/m-p/1155982#M353</link>
      <description>&lt;P&gt;I get this error if I supply wrong field names. In your case, Arcade could not find the field "serial" in "VPS_BFP_FAIL_2022".&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 07:43:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-questions/arcade-in-attribute-rules-error/m-p/1155982#M353</guid>
      <dc:creator>JohannesLindner</dc:creator>
      <dc:date>2022-03-22T07:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade in Attribute Rules Error</title>
      <link>https://community.esri.com/t5/attribute-rules-questions/arcade-in-attribute-rules-error/m-p/1156077#M354</link>
      <description>&lt;P&gt;Strange, because it's all there, alias properly spelled, field name brought in from the expression builder, not typed. Only three fields work. The rest throw the out of index error except OBJECTID and GlobalID throw the field not editable error.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JorgeKappa_0-1647954623839.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/36934i0F788C64785B0FA3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JorgeKappa_0-1647954623839.png" alt="JorgeKappa_0-1647954623839.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 13:10:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-questions/arcade-in-attribute-rules-error/m-p/1156077#M354</guid>
      <dc:creator>JorgeKappa</dc:creator>
      <dc:date>2022-03-22T13:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade in Attribute Rules Error</title>
      <link>https://community.esri.com/t5/attribute-rules-questions/arcade-in-attribute-rules-error/m-p/1156080#M355</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;alias properly spelled&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;See, there's your problem. You need the real field names, not the aliases.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 13:19:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-questions/arcade-in-attribute-rules-error/m-p/1156080#M355</guid>
      <dc:creator>JohannesLindner</dc:creator>
      <dc:date>2022-03-22T13:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade in Attribute Rules Error</title>
      <link>https://community.esri.com/t5/attribute-rules-questions/arcade-in-attribute-rules-error/m-p/1156141#M356</link>
      <description>&lt;P&gt;Bingo!&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 15:15:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-questions/arcade-in-attribute-rules-error/m-p/1156141#M356</guid>
      <dc:creator>JorgeKappa</dc:creator>
      <dc:date>2022-03-22T15:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade in Attribute Rules Error</title>
      <link>https://community.esri.com/t5/attribute-rules-questions/arcade-in-attribute-rules-error/m-p/1156412#M358</link>
      <description>&lt;P&gt;Johannes, everything works well in Pro desktop. Then I publish the weblayer and the table to AGOL, but when I edit there, nothing gets written to the table. What could be happening there?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 21:00:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-questions/arcade-in-attribute-rules-error/m-p/1156412#M358</guid>
      <dc:creator>JorgeKappa</dc:creator>
      <dc:date>2022-03-22T21:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade in Attribute Rules Error</title>
      <link>https://community.esri.com/t5/attribute-rules-questions/arcade-in-attribute-rules-error/m-p/1156525#M359</link>
      <description>&lt;P&gt;Currently, Attribute Rules don't work in ArcGIS Online, only in Pro and Portal.&lt;/P&gt;&lt;P&gt;Go lend your support to this very popular idea:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-online-ideas/support-for-attribute-rules-in-arcgis-online/idi-p/935824" target="_blank"&gt;Support for Attribute rules in ArcGIS Online - Esri Community&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 05:58:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-questions/arcade-in-attribute-rules-error/m-p/1156525#M359</guid>
      <dc:creator>JohannesLindner</dc:creator>
      <dc:date>2022-03-23T05:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade in Attribute Rules Error</title>
      <link>https://community.esri.com/t5/attribute-rules-questions/arcade-in-attribute-rules-error/m-p/1156747#M360</link>
      <description>&lt;P&gt;I'd swear I read somewhere that if you upload the .gdb with the layer and the table it would work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 15:30:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-questions/arcade-in-attribute-rules-error/m-p/1156747#M360</guid>
      <dc:creator>JorgeKappa</dc:creator>
      <dc:date>2022-03-23T15:30:50Z</dc:date>
    </item>
  </channel>
</rss>

