Re: Get values from Multi select Person/group field sing Power automate
Hi @Uthhra
Pls refer the below sample flow:
We will use "Select" action to collect the display name from multi select people field which is an array inside "Apply to each" action.

next, click 'Switch Map to text mode' button present on the extreme right side of "Map" property:

We will write an expression to get the display name of each user from the multi select field (array):

Below expression needs to be entered into the expression window as highlighted in the above screenshot:
Now, we have collected all the names, and we can use another expression with join() function to create a single string of comma separated names:

You can use the output of Compose action in "Create HTML table" action to show the users names from multi people field:
If this helps & solves your problem, please remember to give a 👍 and accept my solution as it will help others in the future.
Thanks