Hi,
I am wondering if it is possible to have a conditional statement in the submission_url cell in Survey123 Connect?
Basically, I am trying to send my test/dummy surveys to a copy of my 'in use' feature service, so as to not keep writing my test surveys to the 'live' feature service, if the user submitting is, for example, testuserA or testuserB. So, essentially a testing environment.
I was thinking of something like:-
If (property('username')="UserA", https://*******/featureserviceA, https://*******/featureserviceB)
Would this work in the submission_url column in Connect?
Thanks for any help.
I don't think that's possible but I could be wrong. However, this might be an alternative approach you could use...
Also note if you have repeats you'll need to do the same on your related tables.
Ah cool. Thanks very much. I will give it a go. I hadn't thought abut that approach. 😊