I am trying to set up an email screen in an app I'm working on, and I am having difficulty with setting up the "To:" text input.
I have a collection (ex colUserList) that has a person column in it.
My goal is to gleen the email address of everyone in the collection, and make a string of emails that will populate the text input box.
For example, the ending string would look like:
person1@email.com,person2@email.com,person3@email.com,etc
TBH, I'm having a hard time wrapping my head around on how to do this. Can I use a ForAll loop for this?