Hello all,
I am looking for a way to use the Pulldata function in Survey123 Connect to pull a user's role from AGOL and create relevant entries just for users in a particular role. I can set up the form to grab the role from a linked csv but I would much prefer to pull from AGOL to gran a live, up to date role from existing accounts. Hopefully I am missing something obvious.
Thank you
Solved! Go to Solution.
unfortunately doesn't seem to be that property available in
pulldata("@property")
Might be possible using
pulldata("@javascript")
and having a function which sends a query to the REST api?
unfortunately doesn't seem to be that property available in
pulldata("@property")
Might be possible using
pulldata("@javascript")
and having a function which sends a query to the REST api?
Thank you for the response. I have looked through the documentation and did not find anything, but was hoping someone would have a nice work around. I'll look into the @javascript to see if I can make it work. If anyone else has a thought, let me know.
Thanks again, @DavidPike
Not the first time this has come up.
"No", this isn't currently possible (as @DavidPike already mentioned).
I would suggest you make a post in the Idea section, and then update your post with a link to it for visibility.
Thanks @abureaux
For what it's worth, the idea can be found here:
It's worth a lot! Also, voted.