Why do Postgresql query not have a bundle position on output?

Why do Postgresql query not have a bundle position on output? They are in bundles the return but yet there is no actual bundle position that I can filter on. Any suggestions?

Edit: What I am doing now is adding a ROW_NUMBER() and doing a SQL query to count the amount of record and then filtering row number = total records.

That probably just how the module was coded.

You can submit this suggestion to the Idea exchange, under App improvement ideas. Don’t forget to search for it first, just in case someone already suggested it!

An alternative you can do is to use an array aggregator and an iterator.

2 Likes