Forum Discussion
This is in essence my problem:
Because it returns all of the users in the group, I need a way to iterate through the list of users and determine if my user is in the list. Because it is XML and not JSON, I don't have a built-in way to do that and I don't know how to do it. I've tried searching but coming up blank or with things not quite what I am looking for and without enough understanding to know how to make it work.
I was originally trying to do this with roles and faced the same issues - if they were not in the group, it would work, but if they were in the group, it would fail because the previous condition didn't catch it. I've tried just looking for key words in the body of the response, which of course doesn't work. I've also tried an advanced filter and even some regex expressions, but I am truly just throwing things at the wall hoping something will work because this is ALL very new to me.
So I can't even get to the part of evaluating, because I don't know how to make it loop through all of the users until it finds a match (or doesn't).
(I tried to put on the "New User" and "Please Be Patient with Me" tags lol - I am not a developer but have become quite handy with Quickbase -- this just goes beyond what I've done and I'm not sure how to learn it - I appreciate any guidance and assistance!)