Hi There,
I have a flow which should do the following:
List all the items from a SharePoint library created Today.
From the select results an HTML table is built with the file properties(name,link,created by) and one additional metadata column called appleshare (free text)
The problem is that the select output does not pass this value towards.
In the inputs I can see the appleshare column value (Other URL) but in the output it is Null.
The goal would be to have this information in the output so this could be used as an end result in the HTML table.
Any help is appreciated.
Solved! Go to Solution.
Hi @Snoop,
Can you try to add the following as an expression in the value field for the Appleshare key in your Select action?
item()?['appleshare']
Hi @Snoop,
Can you try to add the following as an expression in the value field for the Appleshare key in your Select action?
item()?['appleshare']
User | Count |
---|---|
95 | |
48 | |
21 | |
19 | |
18 |
User | Count |
---|---|
137 | |
54 | |
42 | |
41 | |
30 |