Hello, I have Share Point list with a lot of columns. "Status" column is main column for decision (status can be "passed" or "not passed"). I want to save objects (I mean rows) where Status == "Not passed" in a variable and objects where Status == "Passed" in another variable". Because I will apply different actions on these objects, and these actions will depend on Status.
1) If data type of variables is correct? Should it be object in case when I save entire row?

2) I am using "Apply to each" so I am taking first row, if Status == "Passed" I want to add this row (object) in my list of objects, how can I do it?
Thank you