Hi all,
In a document library, I am selecting a folder & trying to run a flow. The first step shows following details. I want to access the user name from that list. How to parse it, please help me understand. I tried dynamic content. its doesn't show the names. instead it show some wired numbers. I guess there must be a some expression.
Solved! Go to Solution.
You can use the below mentioned expression to get the username
triggerOutputs().headers['x-ms-user-name']
For accessing the any other property from the header, replace the property name present in ''(singlequotes) with desired value.
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
if the information shared helps you, please consider giving a thumbs up 👍 and mark solution as resolved
i used a find a user action.selected the wired number from the select file output. worked.
You can use the below mentioned expression to get the username
triggerOutputs().headers['x-ms-user-name']
For accessing the any other property from the header, replace the property name present in ''(singlequotes) with desired value.
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
if the information shared helps you, please consider giving a thumbs up 👍 and mark solution as resolved
i used a find a user action.selected the wired number from the select file output. worked.
User | Count |
---|---|
92 | |
45 | |
20 | |
19 | |
15 |
User | Count |
---|---|
137 | |
54 | |
43 | |
42 | |
31 |