I have a survey that's hosted by my organization and is shared via a group with members of around 5 other AGOL organizations.
A big part of the survey is revisiting surveys that have already been created, by finding them in the Inbox and updating the data.
I would like to limit it so that if you're part of AGOL organization A, the Inbox only shows you surveys created by a member of organization A, and so on.
So far I've tried to make use of the user's email address that was automatically populated as part of the data captured when a survey is first created, but the Inbox query expression doesn't seem to like substrings.
Anyone have a clever idea about how to achieve what I'm working on? I know that when the Inbox is opened or refreshed, the Survey123 application 'knows' about the logged-in user's username and email address using ${username} and ${email}, but there's nothing similar for their organization, correct?
Thanks.