Re: Multiple select Notification to Mail
Hi @ArtHavenShelter ,
The result you are seeing is due to the fact that the Access Rights column is a multi-select column and is composed of several properties. You just need to (1) select all the "Value" properties, and then (2) join all these values into a string:

(1) Select all the "Value" properties

The Select action produces an array of the values:
[
"CRS",
"Email",
"Leave system",
"Special access to SharePoint"
]
(2) Join all values from the Select action using a command and space character:

The Join action produces the following string:
CRS, Email, Leave system, Special access to SharePoint
(3) Use the output of the Join action in the Send an email action:

Here is a sample runtime output:

Ellis
____________________________________
If I have answered your question, please mark the post as ☑️ Solved.
If you like my response, please give it a Thumbs Up.
My Blog Site | Twitter | LinkedIn