I'm passing data from field maps to S123 using a url and custom pop-up.
However, data within a "repeat" is not being populated from the URL.
As a work around, I've put some hidden/null bind::esri:fieldType fields in, but this seems very clunky.
For example, field "Asset_Height" is in the parent data, but also needs passing to the inspection from Field Maps. I've set the URL parameter as &field:Asset_Height={Asset_Height}
However, when clicking the link through to the survey, Asset_Height is not populated
As mentioned, with the added field "Asset_Heighthidden", then a calculate for "Asset_Height" in the Survey, it works.
Am I right in thinking I shouldn't need the extra fields?