hi
I would like to get the ID of items which has no attachment from share point list,
I set Get Items>Filter Query as below.
Attachments eq 'null' (returns SP list items without attachments)
Attachments ne 'null' (returns SP list items with attachments)
However,we also could get the same result with Attachments eq /ne 'abc' or any other value, so it seems not to be the perfect resolution since It is difficute to explain to users.
Solved! Go to Solution.
Hi @Tiffany-Jo ,
Please try this, note that the Value of Append to string variable is followed by a space.
Best Regards,
Hi @Tiffany-Jo ,
Here you may need to use Filter Query.
Please try again.
Best Regards,
Thank you.I will try.
I would like to confirm whether we could get the same result by using the filter query under Get Items action.
User is using that now and I could not explain clearly why that is not working.
Hi @Tiffany-Jo ,
Filter Query has certain requirements on the field type, please check the following blog and see if it helps:
https://veenstra.me.uk/2018/11/12/microsoft-flow-filter-queries-in-sharepoint-get-items/
Best Regards,
Hi
Thank you very much.
That can help to get the accurate ID.
Since I need to send the ID to user by mail.The Flow I set is as below capture.
I would like to confirm whether I could get just the ID number.
I hope the mail content could be ID:60 61 62 63
Now the mail content is:
[{"ID":60},{"ID":61},{"ID":62},{"ID":63}]
Hi @Tiffany-Jo ,
Please try this, note that the Value of Append to string variable is followed by a space.
Best Regards,
Thank you very much.
It is helpful for me.
User | Count |
---|---|
67 | |
50 | |
47 | |
27 | |
17 |
User | Count |
---|---|
26 | |
26 | |
22 | |
20 | |
20 |