Hello All,
I am currently using a Power Automate Flow with a Sharepoint. I have a choice list so that people can pick more than one Liability if they are request more then one day off. When I receive a approval email the Liability party has extra wording that shows code that I dont need to see (example 1st picture below). All I want to see is the part circled i
Solved! Go to Solution.
Hi @eanastasio2,
In your approval action you are using the whole array. This is why you also seeing the other fields like datatype and id. You can just use the value from the Liablility field by using the Liability Value field instead.
However, because your Liability choice can have multiple answers I would use the following approach.
1. Add an Initialize variable of type string
2. Add an apply to each and add the Libability field to that as an output.
3. Add an Append to string variable within the loop. Use the Liability Value for the value field.
Hi @eanastasio2,
In your approval action you are using the whole array. This is why you also seeing the other fields like datatype and id. You can just use the value from the Liablility field by using the Liability Value field instead.
However, because your Liability choice can have multiple answers I would use the following approach.
1. Add an Initialize variable of type string
2. Add an apply to each and add the Libability field to that as an output.
3. Add an Append to string variable within the loop. Use the Liability Value for the value field.
User | Count |
---|---|
89 | |
40 | |
22 | |
20 | |
16 |
User | Count |
---|---|
136 | |
55 | |
47 | |
36 | |
25 |