I need to iterate until the end of id column. First get id=22, filter by id=22, make my process, then get next id, which is 24, filter by id=24, make my process… and so on.
Any help please? I am a bit confused with iterations.
If you want to work with a row at a time, use the Chunk Loop or a Window Loop.
If you want to work with an id value at a time (with potentially multiple rows), use a Group Loop.
I am a bit confused with iterations.
What exactly does that mean? What’s confusing you?