Row Item Variable
Hello,
Often I have to work with multiple items at a time, which means I have to save each column of each item into a collection, and then loop through these collections get all the values from all the columns. This becomes a big task when there are a lot of items with a lot of columns.
It would be really cool if you could create an "item variable" which essentially would contain all of the item's columns within it. This way we could easily loop through a single collection and do things with this "item variable" such as creating this item in another list, accessing one or more of its columns, ....
Thanks

-
Ken Glover commented
This is something I would love. I have often had to loop through selected items in a list, using the ID to then get the individual attributes that I am interested in.