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:
- A feature layer with a related table.
- The Table widget configured to display related records.
- The Edit, Form widgets, which currently only allow adding or updating one record at a time in the related table.
Requirement:
I need a way to add or update multiple related records in one action (bulk insert update). For example:
- A user selects a parent feature on the map.
- They want to add several related records at once (e.g., entering 5–10 rows of data quickly).
- On saving, all rows should be written into the related table and immediately appear in the Table widget.
Current Limitation:
- The Table widget is read-only (no record creation).
- The Form, Edit widgets support editing, but only one record at a time.
There does not seem to be an out-of-the-box workflow for batch add, edit of related table records in ExB.
Question:
Is there any supported way in Experience Builder to allow multi-record add, update to a related table?