Currently operating several surveys that work off Custom URLs, but now I want to take New Collector(Collector Aurora)/Survey123 integration a step further. Is it possible to open create an IF/THEN statement for opening a a survey based off a value in a field of a recently dropped point?
Work Flow:
- Open New Collector. Drop point at asset, take picture, and select the Structure_Type.
- Submit the point.
- Click on newly dropped point, and using a custom URL open a survey to inspection that asset based off the Structure_Type selected.
Custom URL: arcgis-survey123://?itemID=679ad6c080c5402a90276d62144371bc&field:structure_type={Structure_Type}
Want to open surveys, with questions unique to each structure type:
| struct_type | DWCB | Double Wing Catch Basin |
| struct_type | SWCB | Single Wing Catch Basin |
| struct_type | JB | Junction Box |
| struct_type | HCB | Hooded Catch Basin |
| struct_type | CI | Curb Inlet |
| struct_type | HW | Headwall |
| struct_type | DI | Drop Inlet |
| struct_type | RLI | Raised Lid Inlet |
| struct_type | EOP | End of Pipe |
| struct_type | FES | Flared End Section |
| struct_type | SES | Safety End Section |
| struct_type | FLU | Flume |