Dear Experts,
In my flow i have use the Create CSV table action to specify which columns i want to get from the Sharepoint get items action.
But I do not get the columns to choose. Instead i get the list properties. What do i do wrong?
Gr.
Peter
Solved! Go to Solution.
You'll need to identify them manually and use your own expression
such as item()?['Employee']
You'll need to identify them manually and use your own expression
such as item()?['Employee']
What if my columns has spaces in it? F.e: my column is called: 00:00 - 07:59
You can check the name in sharepoint, if you do an order by on your list with the column in question the exact name you need will be in the browser after sortfield=
Like this
?sortField=PlusOneName&isAscending
Assuming you haven't renamed the fields previously then it's usually a case of stripping put the spaces. Above example my column is called 'Plus One Name'
Thanks it works. Gr. P
User | Count |
---|---|
92 | |
44 | |
21 | |
17 | |
16 |
User | Count |
---|---|
136 | |
49 | |
42 | |
36 | |
28 |