How to set an array containing one attribute from multiple bundles
Hi, I am still trying to wrap my head around the way fusion handles variable creation namely arrays (coming from NodeJS).
I am fetching all documents from one issue, and for each document I am fetching the proof information for each version. I am only interested in checking the proofDecision of the last version of each document; I am trying to set a variable (an array) that would store the proofDecision of the last version of each document.
This is the scenario currently; my aim would be to have an array of collections with all the information from each operation/bundle in it.

Any help would be appreciated.
Thanks in advance
