<?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: Update Parent Table when Related Record is Created in ArcGIS Field Maps Questions</title>
    <link>https://community.esri.com/t5/arcgis-field-maps-questions/update-parent-table-when-related-record-is-created/m-p/1297414#M6278</link>
    <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/565646"&gt;@MattyMaps&lt;/a&gt;&amp;nbsp;, The following "idea" may be something that answers your questions:&lt;/P&gt;&lt;P&gt;&lt;A title="Run Calculate Attribute Rule when adding a relationship to a feature" href="https://community.esri.com/t5/attribute-rules-ideas/run-calculate-attribute-rule-when-adding-a/idc-p/1252987#M132" target="_self"&gt;Run Calculate Attribute Rule when adding a relationship to a feature&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2023 00:31:19 GMT</pubDate>
    <dc:creator>alex_mapintel</dc:creator>
    <dc:date>2023-06-09T00:31:19Z</dc:date>
    <item>
      <title>Update Parent Table when Related Record is Created</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/update-parent-table-when-related-record-is-created/m-p/1296117#M6201</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Say I have a feature service named "trees" (hosted feature service in AGOL). Within it I have a feature layer (point) called "tree_assets" and a related table called "inspections". Each time an inspection is created or edited, I want to update the tree_assets feature layer attribute "latestInspection" with the edit date of the latest inspection record. This way, I can symbolise the parent layer (tree_assets) to have green dots (inspected&amp;nbsp;in the last week) and red dots (inspected prior to 1 week ago) on the map.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I want this to be dynamic i.e. something that happens automatically. Not a python script, not an FME script, not a MAKE scenario. This functionality is synonymous with a database trigger but I don't see this functionality available in a hosted feature service). It has to work offline too.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Any suggestions would be great.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 05:42:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/update-parent-table-when-related-record-is-created/m-p/1296117#M6201</guid>
      <dc:creator>alex_mapintel</dc:creator>
      <dc:date>2023-06-06T05:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Update Parent Table when Related Record is Created</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/update-parent-table-when-related-record-is-created/m-p/1296142#M6202</link>
      <description>&lt;P&gt;Unfortunately I don't believe that's possible with just an AGOL deployment. If you had enterprise you would be able to do this via Attribute Rules, but in AGOL alone generally you'd either have to 1) calculate the value via python/FME/webhooks as you mentioned or 2) use a hosted feature service view linking the tree with the most recent inspection - the catch being that views created in these ways cannot be used offline.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 07:59:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/update-parent-table-when-related-record-is-created/m-p/1296142#M6202</guid>
      <dc:creator>JoshuaSharp-Heward</dc:creator>
      <dc:date>2023-06-06T07:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: Update Parent Table when Related Record is Created</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/update-parent-table-when-related-record-is-created/m-p/1296177#M6205</link>
      <description>&lt;P&gt;For the benefit of all readers of this post, there are 4 options:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Don't update the point/parent table. Access the related records through Arcade in pop-ups, dashboards, reporting tools etc. You can't symbolize by related table.&lt;/LI&gt;&lt;LI&gt;Update the related table, after the survey123/field map collection. This can be done through Notebooks (hosted), FME Server, manually in python/Pro,&amp;nbsp; or MAKE (though I recommend one of the earlier options to supplement as MAKE cannot rerun scenarios that 'failed successfully')&lt;/LI&gt;&lt;LI&gt;Have the user update the parent table in Field Maps. Not ideal as it is two steps, but it is possible and potentially viable in some scenarios. e.g. one 'status' or date field for an inspection site&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The fourth option is what you are looking for and really the only scenario within ArcGIS Online - use the Survey123 Inbox:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Publish a hosted feature layer with a point and related table&lt;/LI&gt;&lt;LI&gt;Set up a view with sync enabled that allows editing updates only (no adds or deletes)&lt;/LI&gt;&lt;LI&gt;Target the view with Survey123 Connect. Enable the Inbox. Disable sent folder and new surveys to be collected. Set a repeat count of 1 and hidden calculations + calculationmodes to update the parent table based on the repeat data being collected&lt;/LI&gt;&lt;LI&gt;Use the Survey123 Inbox to open and submit survey responses. It will add a repeat value always, and update the parent records;&lt;/LI&gt;&lt;LI&gt;Or use Field Maps to open Survey123 Inbox by passing the globalid with the inbox editing parameters, and callbacks&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;You can combine this with a lot of different things, like status filters on views, or the powerful calculations on Survey123. Limitations/downsides are:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;It is an advanced workflow with Survey123&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Users have to download the survey values to their inbox&lt;/LI&gt;&lt;LI&gt;Photos cannot be viewed offline (can be added and will be visible if device is online)&lt;/LI&gt;&lt;LI&gt;Two bits of software for fieldworks to work with (mostly for downloading inbox, survey forms and map areas. Otherwise not too many issues)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Which option is best really depends on your workflow, resources and where the pain points are. I use option four regularly but for some projects I would not, instead preferring the advantages of the other options. Particularly the robustness of just adding to the related table and running FME post.&amp;nbsp;&lt;BR /&gt;I would consider the field maps &amp;gt; Field maps or survey123 add to related table &amp;gt; script/tool to update post to be the best solution. It's add only, works offline, less moving gears for the data collection part. But you need to be careful with automated tools, their triggers, and changes to the data...&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 11:26:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/update-parent-table-when-related-record-is-created/m-p/1296177#M6205</guid>
      <dc:creator>ChristopherCounsell</dc:creator>
      <dc:date>2023-06-06T11:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Update Parent Table when Related Record is Created</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/update-parent-table-when-related-record-is-created/m-p/1296183#M6206</link>
      <description>&lt;P&gt;Thanks for the input and suggestions.&lt;/P&gt;&lt;P&gt;Updating a parent or related record is common practice in RDMS and I see this as a major limitation with hosted feature services in AGOL. AGOL has a postgres database behind it (that supports triggers) and sqlite database on IOS field maps (that also supports triggers). I wouldn't think its too much of a stretch to add this functionality into the core product. Possibly something I'll add to the "ideas" page.&lt;/P&gt;&lt;P&gt;Otherwise, we will all be forever creating FME Workbenches on FME Server (if you have access to it), MAKE scenarios (where we need to build in if/else/error catching) if you want to pay for it, python code (if you know how to write and maintain it etc etc etc for such a fundamental database concept "TRIGGERS".&lt;/P&gt;&lt;P&gt;The ideal world would be to add a trigger on a feature layer that says "Hey, When I get an update, delete or create, then go and grab that data and put that data on some other feature layer". I could think of a million things that I would do with triggers on hosted feature services that I am now writing FME script for and python code for.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 11:51:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/update-parent-table-when-related-record-is-created/m-p/1296183#M6206</guid>
      <dc:creator>alex_mapintel</dc:creator>
      <dc:date>2023-06-06T11:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: Update Parent Table when Related Record is Created</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/update-parent-table-when-related-record-is-created/m-p/1296188#M6207</link>
      <description>Thanks.&lt;BR /&gt;&lt;BR /&gt;It's a bit of a discussion on user vs system managed data.&lt;BR /&gt;&lt;BR /&gt;The hosted layers, portal and ArcGIS Online are to put GIS in the hands of&lt;BR /&gt;non-spatial users.&lt;BR /&gt;&lt;BR /&gt;ArcGIS Server/ Enterprise are there for rdbms based workflows.&lt;BR /&gt;&lt;BR /&gt;Enterprise admins can have a hard time getting both the hosted and&lt;BR /&gt;referenced publishers in line with best practices. The thought of&lt;BR /&gt;unleashing the more powerful capabilities to both gives me a headache. I&lt;BR /&gt;imagine the ArcGIS Online developers have a similar concern with&lt;BR /&gt;maintaining data store performance.&lt;BR /&gt;&lt;BR /&gt;ArcGIS Online offers REST API for more advanced workflows. And survey123&lt;BR /&gt;meets the advanced data collection workflow.&lt;BR /&gt;And they're bringing new functionality in Arcade, attribute rules, feature&lt;BR /&gt;webhooks, reporting, forms etc.&lt;BR /&gt;&lt;BR /&gt;The best idea for this would be in Field Maps forms, to allow a single form&lt;BR /&gt;to update a point and add a related record, similarly to how the survey123&lt;BR /&gt;inbox works. I believe this idea exists already but can't find it easily on&lt;BR /&gt;mobile.&lt;BR /&gt;It shifts the entire backend issue into a relatively simpler applyEdit&lt;BR /&gt;request construction (I imagine, sorry Field Maps Dev team)&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Jun 2023 12:15:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/update-parent-table-when-related-record-is-created/m-p/1296188#M6207</guid>
      <dc:creator>ChristopherCounsell</dc:creator>
      <dc:date>2023-06-06T12:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: Update Parent Table when Related Record is Created</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/update-parent-table-when-related-record-is-created/m-p/1296264#M6211</link>
      <description>&lt;P&gt;For offline use, since the underlying mobile geodatabases are SQLite databases, this functionality is inherently "available."&amp;nbsp; That said, how this would be implemented would be opening a giant can of worms for the developers.&amp;nbsp; Somehow being able to add database triggers to the mobile geodatabases would be an answer.&amp;nbsp; We mostly function offline, so I have not investigated what is "under the hood" for online maps in use - but if it is different, then the rules/triggers would also need to be applied at the service level when an add to a related table is submitted - and updates would also need to fire the correct trigger.&amp;nbsp; Regardless, the interface to add these triggers would have to be at the service level.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently, we allow our users to update the parent feature and then create the related table records overnight using the Python API.&amp;nbsp; This gives the user the visual effect they are looking for, and the historical information is created overnight.&amp;nbsp; The biggest limitation here is that you are limited to one update between script runs and you need to track how to find these updates via date fields or through other calculated fields in the form(s.)&amp;nbsp; Users editing multiple features, since this does not enforce the forms or calculated values, is another obstacle if they are allowed to edit multiple features.&lt;/P&gt;&lt;P&gt;Another option using dynamic joins, which I have yet to test, was also passed along to me:&lt;/P&gt;&lt;UL class=""&gt;&lt;LI&gt;&lt;A href="https://community.esri.com/ccqpr47374/attachments/ccqpr47374/arcgis-online-questions/1973/1/Dynamic%20Joins.pdf" target="_blank" rel="noopener"&gt;https://community.esri.com/ccqpr47374/attachments/ccqpr47374/arcgis-online-questions/1973/1/Dynamic ...&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I hope this helps. (Sorry if you saw this twice - I wanted to add it under a different account.)&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 15:09:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/update-parent-table-when-related-record-is-created/m-p/1296264#M6211</guid>
      <dc:creator>MitchellGrafstein</dc:creator>
      <dc:date>2023-06-06T15:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Update Parent Table when Related Record is Created</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/update-parent-table-when-related-record-is-created/m-p/1296538#M6220</link>
      <description>&lt;P&gt;I 100 % agree with you&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/412943"&gt;@ChristopherCounsell&lt;/a&gt;&amp;nbsp;about getting this into the Field Maps Form. Great spot to have this functionality.&lt;/P&gt;&lt;P&gt;Although I'd say that this isn't unleashing more power to the ArcGIS Online user as this concept is almost already there. A user today can navigate to the hosted feature service, click the data tab, click the attribute field of a parent table (say the LatestInspection field), click "calculate" and then write an arcade expression to update this value to the latest related inspection record. All of this is available and working and accessible with no MAKE, enterprise sde, FME etc&lt;/P&gt;&lt;P&gt;To accomplish this task, I wouldn't expect one someone would need to implement an entire enterprise environment or automated nightly scripting or webhooks from survey123.&lt;/P&gt;&lt;P&gt;I'm thinking that a local bushcare group should be able to collect tree data in a simple AGOL environment, 1 feature service with 1 point layer and a related table. When they add an inspection record to the related table, then the point layer gets the Latest Inspection Record. They just set this up on the hosted feature service (or like you mention in a form). IMO, this isn't complicated data management concepts or high compute load that requires a mindset of a RDMS on an enterprise setup.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jun 2023 00:38:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/update-parent-table-when-related-record-is-created/m-p/1296538#M6220</guid>
      <dc:creator>alex_mapintel</dc:creator>
      <dc:date>2023-06-07T00:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Update Parent Table when Related Record is Created</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/update-parent-table-when-related-record-is-created/m-p/1296540#M6221</link>
      <description>&lt;P&gt;For those how want to read a good article of using webhooks and FME to accomplish a similar task then follow the link below &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.safe.com/s/article/Automating-Workflows-from-ArcGIS-Field-Maps" target="_blank"&gt;https://community.safe.com/s/article/Automating-Workflows-from-ArcGIS-Field-Maps&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jun 2023 00:51:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/update-parent-table-when-related-record-is-created/m-p/1296540#M6221</guid>
      <dc:creator>alex_mapintel</dc:creator>
      <dc:date>2023-06-07T00:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: Update Parent Table when Related Record is Created</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/update-parent-table-when-related-record-is-created/m-p/1296958#M6257</link>
      <description>&lt;P&gt;Agree. My comments are more to say I imagine there's some challenges for Esri to retain the friendly user experience for non-spatial users in balance with those more comfortable working with database concepts. My thoughts are it's easier for the users to understand fieldworker interaction - form hits layer and related table - than comprehend the implications of database triggers. The calculate tools, REST API, FME etc are middle-ground workarounds that negate the outright need for an enterprise deployment.&lt;/P&gt;&lt;P&gt;What we should be doing is ensuring ArcGIS Ideas and Enhancement requests are created for all of these things... I'll loop back with some later&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jun 2023 23:02:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/update-parent-table-when-related-record-is-created/m-p/1296958#M6257</guid>
      <dc:creator>ChristopherCounsell</dc:creator>
      <dc:date>2023-06-07T23:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Update Parent Table when Related Record is Created</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/update-parent-table-when-related-record-is-created/m-p/1297251#M6273</link>
      <description>&lt;P&gt;Have you tested this enterprise fgdb attribute rules workaround? What are the steps? Is there a document that outlines how to pass the inspections date from a related table to the parent layer via attribute rule?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 17:31:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/update-parent-table-when-related-record-is-created/m-p/1297251#M6273</guid>
      <dc:creator>MattyMaps</dc:creator>
      <dc:date>2023-06-08T17:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: Update Parent Table when Related Record is Created</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/update-parent-table-when-related-record-is-created/m-p/1297414#M6278</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/565646"&gt;@MattyMaps&lt;/a&gt;&amp;nbsp;, The following "idea" may be something that answers your questions:&lt;/P&gt;&lt;P&gt;&lt;A title="Run Calculate Attribute Rule when adding a relationship to a feature" href="https://community.esri.com/t5/attribute-rules-ideas/run-calculate-attribute-rule-when-adding-a/idc-p/1252987#M132" target="_self"&gt;Run Calculate Attribute Rule when adding a relationship to a feature&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 00:31:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/update-parent-table-when-related-record-is-created/m-p/1297414#M6278</guid>
      <dc:creator>alex_mapintel</dc:creator>
      <dc:date>2023-06-09T00:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: Update Parent Table when Related Record is Created</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/update-parent-table-when-related-record-is-created/m-p/1297425#M6279</link>
      <description>&lt;P&gt;I've created an Idea on the Ideas forum so if this is something you think will be handy then head over and give it a kudos. And also comment if you think it should be refined or updated. Feedback and discussion welcome&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/412943"&gt;@ChristopherCounsell&lt;/a&gt;,&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/223231"&gt;@JoshuaSharp-Heward&lt;/a&gt;,&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/215056"&gt;@MitchellGrafstein&lt;/a&gt;. Its my first contribution to the ideas forum so hopefully I haven't &lt;SPAN&gt;butchered&amp;nbsp;&lt;/SPAN&gt;it &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;A title="Idea" href="https://community.esri.com/t5/arcgis-online-ideas/run-calculate-field-or-a-trigger-when-performing/idi-p/1297422/jump-to/first-unread-message" target="_self"&gt;Run Calculate Field or a TRIGGER when performing an INSERT, UPDATE or DELETE on hosted feature services&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 00:58:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/update-parent-table-when-related-record-is-created/m-p/1297425#M6279</guid>
      <dc:creator>alex_mapintel</dc:creator>
      <dc:date>2023-06-09T00:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: Update Parent Table when Related Record is Created</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/update-parent-table-when-related-record-is-created/m-p/1297433#M6280</link>
      <description>&lt;P&gt;&lt;A href="https://community.esri.com/t5/community-help-documents/arcgis-ideas-submission-guidelines-and-statuses/ta-p/904874" target="_blank"&gt;https://community.esri.com/t5/community-help-documents/arcgis-ideas-submission-guidelines-and-statuses/ta-p/904874&lt;/A&gt;&lt;/P&gt;&lt;P&gt;For Ideas, I would encourage:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Be clear on what you want to happen and why, in workflow terms.&lt;/LI&gt;&lt;LI&gt;Add business/workflow context and value. This is often missed but super important. They need to know why you want the functionality&lt;/LI&gt;&lt;LI&gt;If there is business value (not just a cool feature) submit an enhancement request to Support. Provide the link to the idea so that it is connected to the request in Esri's system. Put the ENH number back on the idea, so people can also request it.&lt;/LI&gt;&lt;LI&gt;Create additional ideas if they can be delineated between the products. For example, attribute rules / database triggers working at ArcGIS Online service level are different to ArcGIS Field Maps form submission achieving the same thing. I think you could post it there from a Forms perspective (user edit vs backend update).&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 01:17:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/update-parent-table-when-related-record-is-created/m-p/1297433#M6280</guid>
      <dc:creator>ChristopherCounsell</dc:creator>
      <dc:date>2023-06-09T01:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Update Parent Table when Related Record is Created</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/update-parent-table-when-related-record-is-created/m-p/1361612#M7575</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I tried following your steps for "Option 4" which is the exact workflow I need, but I ran into an issue where it is working for me as owner of the data, but when I share the survey to another user they get an error where they were unable to submit the survey.&amp;nbsp; I am unsure if I missed something from your instructions or maybe I forgot to change a particular setting, but I can't figure out why it works for me, but not my other user.&lt;/P&gt;&lt;P&gt;For reference, the exact setup I have is as follows:&lt;/P&gt;&lt;P&gt;- Existing point layer with last update field for symbolization&lt;BR /&gt;- Related 1:M table for recurring task with also has a date field.&amp;nbsp;&lt;BR /&gt;- Created view layer with parent point layer &amp;amp; related table, set to editing updates only and sync enabled.&lt;BR /&gt;- Created survey in 123connect from view layer.&amp;nbsp; Enabled Inbox.&amp;nbsp; Allow inbox surveys to be edited. Disable sent folder.&lt;BR /&gt;- In the XLSform I hid all the fields in the parent layer except for the "Last updated" date field I want to use for symbolization in maps.&amp;nbsp; Set repeat count to 1.&amp;nbsp; Set the date field in the repeat to pull from the parent layer "last updated" field (I tried this the other way, but it wouldn't pull from the repeat up to the parent field when I tested it).&amp;nbsp;&lt;BR /&gt;- Created dynamic link in Field Maps pop-up to load the survey from the GlobalID of the selected point per this guide:&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-survey123-questions/use-a-url-to-open-existing-record-to-edit-in-app/td-p/1320277" target="_blank"&gt;https://community.esri.com/t5/arcgis-survey123-questions/use-a-url-to-open-existing-record-to-edit-in-app/td-p/1320277&lt;/A&gt;&lt;/P&gt;&lt;P&gt;When I published and tested, I am able to load the survey from the URL parameters in the pop-up, it successfully updates the parent layer fields and also allows me to submit a new related record (without being able to see or edit the existing related records).&amp;nbsp; I don't know why it's not working for another user.&lt;/P&gt;&lt;P&gt;Any insight is greatly appreciated!&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Zach&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2023 20:24:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/update-parent-table-when-related-record-is-created/m-p/1361612#M7575</guid>
      <dc:creator>ZachWasp</dc:creator>
      <dc:date>2023-12-15T20:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Update Parent Table when Related Record is Created</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/update-parent-table-when-related-record-is-created/m-p/1382665#M7936</link>
      <description>&lt;P&gt;it is possible automatically updated field values&amp;nbsp; from parent table to relate table give me some ideas sir . if i updated an attribute value in one field its automatically updated in the relate table parent table and relate table having common field&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 04:46:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/update-parent-table-when-related-record-is-created/m-p/1382665#M7936</guid>
      <dc:creator>DevakalaiselvanS</dc:creator>
      <dc:date>2024-02-15T04:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Update Parent Table when Related Record is Created</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/update-parent-table-when-related-record-is-created/m-p/1405447#M8285</link>
      <description>&lt;P&gt;I'm trying to achieve something similar, i.e. update a parent FC with data from a related record. I found this Github page for attribute rules and got really excited that I could set this up in my enterprise database, but I have not had any luck recreating it in my FGDB environment. Funny things is, the repository also provides a FGDB demo where this script is configured, and it works. When I try and set up a my own feature class and relate table to do the same it just doesn't work. Been so frustrating.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/arcade-expressions/blob/master/attribute_rule_calculation/UpdateParentFeature.md" target="_blank"&gt;https://github.com/Esri/arcade-expressions/blob/master/attribute_rule_calculation/UpdateParentFeature.md&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Can anyone tell me if this is still relevant (was 5 years old)?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2024 20:25:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/update-parent-table-when-related-record-is-created/m-p/1405447#M8285</guid>
      <dc:creator>Gene_Sipes</dc:creator>
      <dc:date>2024-04-03T20:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: Update Parent Table when Related Record is Created</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/update-parent-table-when-related-record-is-created/m-p/1405472#M8287</link>
      <description>I'm not sure if this is relevant as this post is talking about it working&lt;BR /&gt;in ArcGIS Online.&lt;BR /&gt;&lt;BR /&gt;What you've shared may work in a fgdb or a feature service using an&lt;BR /&gt;enterprise geodatabase, but won't work as a hosted feature layer in ArcGIS&lt;BR /&gt;Online at this time.&lt;BR /&gt;&lt;BR /&gt;If you're not working in ArcGIS Online I'd suggest making a new post to get&lt;BR /&gt;more traction.&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Apr 2024 21:02:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/update-parent-table-when-related-record-is-created/m-p/1405472#M8287</guid>
      <dc:creator>ChristopherCounsell</dc:creator>
      <dc:date>2024-04-03T21:02:34Z</dc:date>
    </item>
  </channel>
</rss>

