Good morning,
I am getting error message "Code 400 - Cannot perform query. Invalid query parameters" due to my inbox query. Our current AGOL usernames end with '@iid.com' (Example jcardenas@iid.com). I am attempting to do a query on an attribute within the schema but the username appears without the '@iid.com' (Example jccardenas). I have attempted the following inbox queries:
- prop_tech LIKE ${username}
- prop_tech LIKE ${username}%
- prop_tech LIKE '${username}%'
- prop_tech LIKE ${username}%*
- prop_tech LIKE '${username}%*'
In the schema,I currently have about 6 users and I would not like to create multiple survey123 forms for each user.
Any assistance would be greatly appreciated.
Thank you.

