I have made a power app which returns a list of Email Address of SharePoint owners.
I need to remove the part of email and curly bracket from the output (Please refer image). How to do that?
I have made a power app which returns a list of Email Address of SharePoint owners.
I need to remove the part of email and curly bracket from the output (Please refer image). How to do that?
First of all, make changes to your Power automate flow like:
Expression used in Respond to PowerApp for flow action:
join(body('Select'),';')
Then in Power Apps:
Set(varEmailAddresses, FlowName.Run().emailaddresses)
Items property to:Split(varEmailAddresses, ";")
Text property to:ThisItem.Value
Output: