I build a .kml polygon from information contained in a .pdf file we receive for utility location planning print requests. The polygon has attributes with contact info, start date, bounding box long/lat coordinates, etc... I also have a utility locate app in ArcGIS Online that contains a survey 123 form, a webmap, and a dashboard for tracking the requests. I would like to auto populate the survey123 form with the data from the .kml including the polygon bounding box if possible.
It sounds like it should be doable from this: https://support.esri.com/en/technical-article/000017982
Could an httpcaller put transformer send the custom url to survey 123?
Thanks for any insight you care to share.