Hi Everyone
I have a multiline text in my Dataverse Table for storing the email ID 's from PowerApps Combo box
Items Property :
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
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)})
)
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
Thanks for the response, it's not working showing following errors
*The combo box is not inside a Custom Datacard
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
WarrenBelz
146,524
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,906
Most Valuable Professional