I want to do the follwing think
I have several data records and one part of the data record contains a timestamp. I would now like to compare each one until it is older than the one I am comparing with. I was thinking of a Do until. To increment the count, I incremented a counter after each run to have the next data set to compare.
I tried to do this with the following function. Unfortunately this does not work. where is my error in thinking
@{outputs('Bearbeiter_Filtern_nach_KTG-Online')?['body'][variables('Counter')]?['LetzteZuweisung']}
This example is looking for a number in a list of items that equals 313. Same idea as what you are trying to do:
could you show me an example?
Inside your do until, are you using an Apply to each to compare all of the items until it finds an older one? If not, try it that way.
Michael E. Gernaey
497
Super User 2025 Season 2
David_MA
436
Super User 2025 Season 2
Riyaz_riz11
244
Super User 2025 Season 2