Hello everyone, I was wondering if anyone could assist me on an oddity I have encountered. I have an instance name applied to a Survey123 xlsx that pulls the address from the survey captured via a locator. I have ensured the correct "geocode=ID_of_the_locator" value is in the bind::esri:parameters field. When viewing a survey in the inbox, I can see the address pulls in just fine. That is not the case after the same survey was edited and is now sitting in the sent folder. Screen shots attached for examples as well as xlsx.
Here is my expression being used in the instance_name field in the xlsx:
if(${reinspect}='Yes', concat('<font color="red">', "Service Address: " + ${cust_address}," ", "|"," ", "Inspection resent from supervisor? " + ${kickback}, '</font>'), concat('<font color="green">', "Service Address: " + ${cust_address}," ", "|"," ", "Inspection resent from supervisor? " + ${kickback}, '</font>'))