Hi all,
So I am trying to save entire Airtable rows as a list based on a criteria. Although I can save single column’s of the airtable as a list, I am not able to save the entire row. What am I doing wrong?
Susovan
Hi all,
So I am trying to save entire Airtable rows as a list based on a criteria. Although I can save single column’s of the airtable as a list, I am not able to save the entire row. What am I doing wrong?
Susovan
in your loop you get “j” as an object, right? You test the object’s property, and if true assign the “j” at the end of a list. But you can not assign a list of object to a listviewer. Maybe you should build "stored Memberlist - insert at “last” - as "get property “Gym Name” of object “j” ?
So if I understand right, the Member-List is getting all the data from the rows based on the check. However, I am not able to see them in the list because a list cannot store a whole row?