<?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 Button to Create Related Records in ArcGIS Field Maps Questions</title>
    <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-button-to-create-related-records/m-p/1596417#M10565</link>
    <description>&lt;P&gt;That UI looks very handy. I hope it supports features with multiple relationships. &lt;span class="lia-unicode-emoji" title=":crossed_fingers:"&gt;🤞&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 18 Mar 2025 01:33:34 GMT</pubDate>
    <dc:creator>MappingMoose</dc:creator>
    <dc:date>2025-03-18T01:33:34Z</dc:date>
    <item>
      <title>Arcade Button to Create Related Records</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-button-to-create-related-records/m-p/1596371#M10563</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I've recently been looking to create a workflow where field users can create a related record in Field Maps by tapping one button in the pop-up of the 'parent' asset. I watched this video: &lt;A href="https://mediaspace.esri.com/media/t/1_v2ev8meu" target="_blank"&gt;ArcGIS Field Maps: Advanced Workflows with Arcade - Esri Videos: GIS, Events, ArcGIS Products &amp;amp; Industries&lt;/A&gt; and attempted to set this up using Arcade.&lt;/P&gt;&lt;P&gt;I had a few errors about keys at first when I hadn't copied the syntax correctly, but currently when the button is tapped in the map pop-up there aren't any errors, but it just refreshes the already open pop-up for the selected feature.&lt;/P&gt;&lt;P&gt;I was a bit confused about the Arcade syntax as it only refers to the parent feature and there isn't anything to refer to the related layer or table from what I can see. My feature service has several layers in it that are related to each other. The workflow is basically: a field worker might be on a walking track, then plot a picnic area related to that walking track in one layer, and then plot a communal barbecue in another layer that is related to both the walking track and the picnic area.&lt;/P&gt;&lt;P&gt;I read this community post: &lt;A href="https://community.esri.com/t5/arcgis-field-maps-questions/create-direct-link-to-add-related-records-in-field/td-p/1410934" target="_blank"&gt;Solved: Create direct link to add related records in Field... - Esri Community&lt;/A&gt;, and my thoughts are similar to Leigh Starr's comment. It is unclear (to me at least) how this can work with multiple related layers.&lt;/P&gt;&lt;P&gt;I then read this community post: &lt;A href="https://community.esri.com/t5/arcgis-field-maps-questions/addrelatedfeature-url-parameter-error-foreign-key/td-p/1314417/page/2" target="_blank"&gt;Solved: AddRelatedFeature Url Parameter Error: Foreign key - Page 2 - Esri Community&amp;nbsp;&lt;/A&gt;and Colin Lawrence mentions it only working for the first table in the service? I wasn't entirely sure.&lt;/P&gt;&lt;P&gt;All of that to say - is it possible to use these URLs when there are multiple different relationships between layers? Is there something else I can do with a FeatureSet maybe?&lt;/P&gt;&lt;P&gt;I'll paste the Arcade from &lt;A href="https://community.esri.com/t5/arcgis-field-maps-questions/create-direct-link-to-add-related-records-in-field/td-p/1410934" target="_blank" rel="noopener"&gt;ajohnson_wsb's post&lt;/A&gt; here as this is what I have used.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;var itemID = //item id of web map;
var featureSourceURL = //feature service url of parent asset
var featureID = Replace(Replace($feature.GlobalID, "{", ""), "}", "") //globalid field of parent asset, with stripping of curly brackets
var foreignKeyField = 'GlobalID' //globalid field of parent asset
var referenceContext = 'addRelatedFeature'

var values = 'referenceContext='+referenceContext+'&amp;amp;itemID='+itemID+'&amp;amp;featureSourceURL='+featureSourceURL+'&amp;amp;featureID='+featureID+'&amp;amp;foreignKeyField='+foreignKeyField

var url = "https://fieldmaps.arcgis.app/?" + values;


return url&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2025 23:01:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-button-to-create-related-records/m-p/1596371#M10563</guid>
      <dc:creator>MappingMoose</dc:creator>
      <dc:date>2025-03-17T23:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Button to Create Related Records</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-button-to-create-related-records/m-p/1596381#M10564</link>
      <description>&lt;P&gt;At Dev Summit they showed a whole new way to add related records that seems much better.&amp;nbsp; I think it is 1 click now.&lt;/P&gt;&lt;P&gt;Bad pic but you get the idea.&amp;nbsp; Not sure the exact time but I think next release.&amp;nbsp; May be worth checking that out.&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DougBrowning_2-1742253629938.png" style="width: 636px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/128102i85454677D29BFC9B/image-dimensions/636x411?v=v2" width="636" height="411" role="button" title="DougBrowning_2-1742253629938.png" alt="DougBrowning_2-1742253629938.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2025 23:21:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-button-to-create-related-records/m-p/1596381#M10564</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2025-03-17T23:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Button to Create Related Records</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-button-to-create-related-records/m-p/1596417#M10565</link>
      <description>&lt;P&gt;That UI looks very handy. I hope it supports features with multiple relationships. &lt;span class="lia-unicode-emoji" title=":crossed_fingers:"&gt;🤞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2025 01:33:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-button-to-create-related-records/m-p/1596417#M10565</guid>
      <dc:creator>MappingMoose</dc:creator>
      <dc:date>2025-03-18T01:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Button to Create Related Records</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-button-to-create-related-records/m-p/1598236#M10585</link>
      <description>&lt;P&gt;Yes we hope the next release this summer (or shortly after) will support the related element in popups, which gives a lot more freedom with your experience with related tables in Field Maps.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/688189"&gt;@MappingMoose&lt;/a&gt;&amp;nbsp;addRelatedFeature URLs do have a limitation if there are multiple related tables in the service that use the same key. If there are multiple tables, it will default to the table with the lowest index number (e.g. /1). We have heard this feedback and hopefully can improve in this area in the future.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Mar 2025 21:51:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-button-to-create-related-records/m-p/1598236#M10585</guid>
      <dc:creator>ColinLawrence</dc:creator>
      <dc:date>2025-03-21T21:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Button to Create Related Records</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-button-to-create-related-records/m-p/1634864#M11155</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/362837"&gt;@ColinLawrence&lt;/a&gt;&amp;nbsp;are you able to share more information around this limitation? Does it apply to related tables only or does it include related layers?&lt;/P&gt;&lt;P&gt;We want to use relationships for pop-ups and forms and it's really difficult to identify what is supported and what the known issues are.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2025 08:03:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-button-to-create-related-records/m-p/1634864#M11155</guid>
      <dc:creator>ChristopherCounsell</dc:creator>
      <dc:date>2025-07-22T08:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Button to Create Related Records</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-button-to-create-related-records/m-p/1635076#M11161</link>
      <description>&lt;P&gt;It was shown at UC also but not sure when its out?&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DougBrowning_1-1753202675919.png" style="width: 681px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/136940i1678132F5A1C5BD0/image-dimensions/681x497?v=v2" width="681" height="497" role="button" title="DougBrowning_1-1753202675919.png" alt="DougBrowning_1-1753202675919.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2025 16:51:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-button-to-create-related-records/m-p/1635076#M11161</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2025-07-22T16:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Button to Create Related Records</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-button-to-create-related-records/m-p/1635130#M11164</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/412943"&gt;@ChristopherCounsell&lt;/a&gt;&amp;nbsp;, yes the limitation would apply to any form of relationship that is supported in Field Maps (feature-feature, feature-table, and more specifically when used in a 1-M relationship). What is happening is that when the URL is executed we are identifying the parent layer and feature called out in the URL, then using the key field to look up the relationship. At the moment there is no method to select which related layer to select if there are multiple so it defaults to the first one in the index. You can verify this order at REST by inspecting the JSON of the parent layer and look for&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;"relationships" : [&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;We hope to support a method to select a specific table/layer with addRelatedFeature in the future.&amp;nbsp;&lt;BR /&gt;It was nice chatting briefly at the UC as well!&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2025 19:15:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-button-to-create-related-records/m-p/1635130#M11164</guid>
      <dc:creator>ColinLawrence</dc:creator>
      <dc:date>2025-07-22T19:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Button to Create Related Records</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-button-to-create-related-records/m-p/1635131#M11165</link>
      <description>&lt;P&gt;This will be available with the 25.2 release of Field Maps later this year. We are currently targeting a fall release. Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2025 19:16:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-button-to-create-related-records/m-p/1635131#M11165</guid>
      <dc:creator>ColinLawrence</dc:creator>
      <dc:date>2025-07-22T19:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Button to Create Related Records</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-button-to-create-related-records/m-p/1636273#M11176</link>
      <description>&lt;P&gt;The 'add' button in the slide deck doesn't allow for attributes to be passed through like the URL scheme does. The html pop-up links and new Tasks custom URL layout icons can leverage the URL scheme to add different types of related records with prepopulated data.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2025 06:24:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-button-to-create-related-records/m-p/1636273#M11176</guid>
      <dc:creator>ChristopherCounsell</dc:creator>
      <dc:date>2025-07-25T06:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Button to Create Related Records</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-button-to-create-related-records/m-p/1636286#M11178</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/362837"&gt;@ColinLawrence&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We cannot get this to work. I stripped it back to a point layer + related table. One relationship.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://services7.arcgis.com/xxxxxxxxxxxxxxxx/ArcGIS/rest/services/xyzxyzxyzxyzx/FeatureServer/0" target="_blank"&gt;https://services7.arcgis.com/xxxxxxxxxxxxxxxx/ArcGIS/rest/services/xyzxyzxyzxyzx/FeatureServer/0&lt;/A&gt;&lt;UL&gt;&lt;LI&gt;Parent table (point)&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Relationships shown on layer 0&lt;/P&gt;&lt;LI-CODE lang="c"&gt;  "relationships" : [
    {
      "id" : 0, 
      "name" : "Layer_Table", 
      "relatedTableId" : 1, 
      "cardinality" : "esriRelCardinalityOneToMany", 
      "role" : "esriRelRoleOrigin", 
      "keyField" : "GlobalID", 
      "composite" : true
    }
  ], &lt;/LI-CODE&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://services7.arcgis.com/xxxxxxxxxxxxxxxx/ArcGIS/rest/services/xyzxyzxyzxyzx/FeatureServer/1" target="_blank"&gt;https://services7.arcgis.com/xxxxxxxxxxxxxxxx/ArcGIS/rest/services/xyzxyzxyzxyzx/FeatureServer/1&lt;/A&gt;&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;Related table&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Related table relationships shown on table 1:&lt;/P&gt;&lt;LI-CODE lang="c"&gt;  "relationships" : [
    {
      "id" : 0, 
      "name" : "Layer_Table", 
      "relatedTableId" : 0, 
      "cardinality" : "esriRelCardinalityOneToMany", 
      "role" : "esriRelRoleDestination", 
      "keyField" : "parentglobalid", 
      "composite" : true
    }
  ], &lt;/LI-CODE&gt;&lt;P&gt;Arcade expression:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;var itemID = 'xxxxxxxxxxxxxxxxxxxxxxxx'; // web map
var featureSourceURL = 'https://services7.arcgis.com/xxxxxxxxxxxxxxxxx/ArcGIS/rest/services/xyzxy/FeatureServer/0' // the PARENT servcice URL in map

var featureID = Lower(Replace(Replace($feature.GlobalID,'{',''),'}','')) // globalid of parent, tested upper, lower, encoded, with/out {}

var foreignKeyField = 'GlobalID' // 1:M is GlobalID:parentglobalid. Understand this is the key in the parent table, to lookup.
var referenceContext = 'addRelatedFeature' // add related feature
// var featureAttributes = UrlEncode(`{"Field":"value"}`); // tested with/out values

// concatenate values
var values = 'referenceContext='+referenceContext+'&amp;amp;itemID='+itemID+'&amp;amp;featureSourceURL='+featureSourceURL+'&amp;amp;featureID='+featureID+'&amp;amp;foreignKeyField='+foreignKeyField//+'&amp;amp;featureAttributes='+featureAttributes

var url = "https://fieldmaps.arcgis.app/?" + values;

return url&lt;/LI-CODE&gt;&lt;P&gt;The above code gives no error but does nothing. Logs show '[APPINTEGRATION] [addRelatedFeature] failed to find relationship'.&lt;/P&gt;&lt;P&gt;The generated URL in the text pop-up appears to be valid.&lt;/P&gt;&lt;P&gt;That was tested in 25.1.0 on iOS 18.5, iPhone SE.&lt;/P&gt;&lt;P&gt;There are no issues adding related records via the related table button in Field Maps.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Testing the same map and arcade generated URL in beta 25.2.0 2206 on Android works perfectly.&lt;/P&gt;&lt;P&gt;Any ideas?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2025 07:24:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-button-to-create-related-records/m-p/1636286#M11178</guid>
      <dc:creator>ChristopherCounsell</dc:creator>
      <dc:date>2025-07-25T07:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Button to Create Related Records</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-button-to-create-related-records/m-p/1636496#M11181</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/412943"&gt;@ChristopherCounsell&lt;/a&gt;&amp;nbsp;, everything looks correct with your syntax which is reinforced by it working in the Beta version. What is happening in the app when the URL is called? Does nothing happen or does it select the parent feature and open the popup? I will try with some of our examples in the meantime.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2025 17:05:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-button-to-create-related-records/m-p/1636496#M11181</guid>
      <dc:creator>ColinLawrence</dc:creator>
      <dc:date>2025-07-25T17:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Button to Create Related Records</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-button-to-create-related-records/m-p/1636529#M11182</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/362837"&gt;@ColinLawrence&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have the pop-up open already of the parent feature, clicking the link does nothing. Just the message in the logs.&lt;/P&gt;&lt;P&gt;Other configurations when the syntax was incorrect threw error messages like can't find the GlobalID within the app.&lt;/P&gt;&lt;P&gt;We created the layer in ArcGIS Pro. Simple and Composite relationships tested.&lt;/P&gt;&lt;P&gt;Is there a sample map / template where this works?&lt;/P&gt;&lt;P&gt;Cheers&amp;nbsp;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2025 18:26:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-button-to-create-related-records/m-p/1636529#M11182</guid>
      <dc:creator>ChristopherCounsell</dc:creator>
      <dc:date>2025-07-25T18:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Button to Create Related Records</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-button-to-create-related-records/m-p/1636611#M11187</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/412943"&gt;@ChristopherCounsell&lt;/a&gt;&amp;nbsp;So I got around to testing a few internal examples we have. Its possible there is a regression here. I found that an example I had with multiple tables was working (and hitting the first index table) but an example with only a single table in the service was not working and I am seeing the same message in the logging that you reported. Going to try and stand up something from scratch to double check but seems like a bug could have been introduced here. If so, I'm a surprised this was not reported already.&lt;BR /&gt;We dont have an external sample, just the example URLs &lt;A href="https://doc.arcgis.com/en/field-maps/latest/prepare-maps/deploy-your-map.htm" target="_self"&gt;in the doc&lt;/A&gt; which we can already confirm you have formatted correctly.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2025 22:57:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-button-to-create-related-records/m-p/1636611#M11187</guid>
      <dc:creator>ColinLawrence</dc:creator>
      <dc:date>2025-07-25T22:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Button to Create Related Records</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-button-to-create-related-records/m-p/1636614#M11188</link>
      <description>&lt;P&gt;I just confirmed the same links work in the iOS beta as well. So there is something that changed in the 25.1 version for iOS.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2025 23:06:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-button-to-create-related-records/m-p/1636614#M11188</guid>
      <dc:creator>ColinLawrence</dc:creator>
      <dc:date>2025-07-25T23:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Button to Create Related Records</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-button-to-create-related-records/m-p/1636627#M11189</link>
      <description>&lt;P&gt;Sorry for the deluge but, in case you want to get attached to this, there is a BUG number:&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;BUG-000175355 - When using a URL to open and create a related record on a point collected in ArcGIS Field Maps, the URL is no longer opening the related records pane.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2025 23:51:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-button-to-create-related-records/m-p/1636627#M11189</guid>
      <dc:creator>ColinLawrence</dc:creator>
      <dc:date>2025-07-25T23:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Button to Create Related Records</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-button-to-create-related-records/m-p/1636632#M11190</link>
      <description>&lt;P&gt;Thank you so much!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 26 Jul 2025 00:05:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-button-to-create-related-records/m-p/1636632#M11190</guid>
      <dc:creator>ChristopherCounsell</dc:creator>
      <dc:date>2025-07-26T00:05:07Z</dc:date>
    </item>
  </channel>
</rss>

