am trying to pass a parameter form the main form to another form as link. it works well when you set a value
concat('<a href="arcgis-survey123://?itemID=ec998f5e1d984bc5bb139c6e85040e7f&field:province=Basrah">237 Daily
Report</a>')
Now I want to replace Basrah with the value entered in the main form
concat('<a href="arcgis-survey123://?itemID=ec998f5e1d984bc5bb139c6e85040e7f&field:province={Province}">237 Daily Report</a>')
The proble it fills in province a text {Province} without getting the value in {Province}
Find attached the excel sheet