How to find Last Created object in a list using microflow?
0
How to find the last create object in a list? Head list operation returns the first one, Tail returns everything else, I need only the last one.
asked
Maxim Velichkin
1 answers
3
If you have a created date to sort on, you can do a desc sort and then do a Head list operation.
Other possibility would be to do an xpath retrieve to get the list? Then you can retrieve the ‘first’ with the correct sorting.
answered
Maarten Bongers