Hi, have any of you tried auto populating the edit fields in the edit widget of Experience Builder using common fields from Survey123?
The workflow starts from collecting points on the ground and other information using Survey123, then, an office worker will create/trace lines using the points and the basemap as reference in Experience Builder. Client wants to auto populate other fields in the Edit widget that had also been collected in Survey123 when they type a specific Project ID for the line.
First, configure a Smart Form in the map. You can use Arcade expressions to auto-populate fields there, pulling in attributes based on associated features, perhaps using a shared ID field.
If you then connect your Edit widget to that map's data source, the edit widget will use that form, making all your expressions available in Experience Builder.
Thank you, Carlson!