Announcements
Hi Everyone
I have a multiline text in my Dataverse Table for storing the email ID 's from PowerApps Combo box
Items Property :
hey @Danny_Dicaprio
can you try this please:
ForAll(Split(ThisItem.'Step 1_ID Stage _Additional Edit Access', ";"), Office365Users.SearchUser({searchTerm: Result}) )
Let me know if my answer helped solving your issue.If it did please accept as solution and give it a thumbs up so we can help others in the community.Greetings
@mmbr1606
Thanks for the response, it's not working showing following errors
*The combo box is not inside a Custom Datacard
other things you can try:
ForAll(Split(ThisItem.'Step 1_ID Stage _Additional Edit Access', ";"), Office365Users.SearchUser({searchTerm: Trim(Result)}) )
or:
ForAll(Split(Text(ThisItem.'Step 1_ID Stage _Additional Edit Access'), ";"), Office365Users.SearchUser({searchTerm: Trim(Result)}) )
Hi @mmbr1606
No , it still showing an error
In my Dataverse table (Single Line Email Column) Details are store like this one after the another
The formula you shared is still showing an error
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.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 325 Most Valuable Professional
11manish 165
MS.Ragavendar 88 Super User 2026 Season 1