I have the below code in a Text Input to show all email addresses that have been selected and saved into the MyPeople variable. It displays correctly for 2 or more users are selected but if only 1 user is selected, it doesn't display their email address, how can I amend it to show for 1 or more please?
I can't explain what you're seeing, but you probably what a comma in place of & in your formula so that there is no final semicolon. However, that should not make a difference in terms of your issue.
I created a label with Text "Concat([{Mail:"1@abc.com"},{Mail:"2@abc.com"}],Mail,";")" and it showed "1@abc.com;2@abc.com".
I created a label with Text "Concat([{Mail:"1@abc.com"}],Mail,";")" and it showed "1@abc.com".
Perhaps post more details.
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.