can we add, update the multiple related records at once for the selected feature on the map in EB?
I am working with an Experience Builder app where I have:
I need a way to add or update multiple related records in one action (bulk insert update). For example:
There does not seem to be an out-of-the-box workflow for batch add, edit of related table records in ExB.
Is there any supported way in Experience Builder to allow multi-record add, update to a related table?
Hi @codethemap , I think this will first require support to be added for batch editing when in Attribute only mode. See this related post > Add batch edit widget to experience builder
Thanks..!! Just want to confirm if it works for ArcGIS Enterprise 11.5 (since we do not have ArcGIS Online).
As per documentation: https://developers.arcgis.com/experience-builder/guide/release-versions/
No support on ArcGIS Enterprise 11.5 for EB 1.18.
Question: Can we batch edit the Related Records of a single feature selected on map?
You could setup a message action to select related records/features when selecting a parent feature, and those selected related records would be loaded into the Edit widget for batch editing.
Message action example:
But since batch editing is not supported for the Attribute only mode in the Edit widget at this time, this way only work for related "features", not table records.