I am passing fields from Collector to Survey123 using the URL format
arcgis-survey123://?itemID={SoilStabilityForm}&field:Office={Office}&field:PlotID={PlotID}&field:PlotKey={PlotKey}
The problem is that it is passing the Domain Description instead of the Domain Code for Office - which breaks all my constraints.
Is there a way to pass the Domain Code instead of the Description?
Thanks