Hi All
I'm trying to get the latest item in share point list.
Can I use Filter Query in get items directly to accomplish?
maybe getting the largest ID.
thanks
Hi @Anonymous
The easiest way would be to use Get items with Top count=1 in advanced options:
Hi @Anonymous ,
I did a test for your reference.
In my scenario:
int(item()?['ID'])
max(body('Select'))
Best Regards,
Sunshine Gu