Is there a way to convert transform table back to an object set?

I would like to convert a transform table in my quiver analysis to an object set, so I can then apply an action in bulk to those objects in Quiver.

Is there a way to do that?

It’s not strictly possible to go “back to an object set”, but you could instead construct a filter on the object set that will have the same resulting rows as the Transform table.

Steps:

  1. Find the transform table column which represents the object set’s primary key
  2. Pop out that column as an array (in the column header, click the ‘down’ caret, and click the “Pop out column as array” button)
  3. Add a “Filter Object Set” card, using the base object set as input. Add an “is” / “exact match” filter on the primary key property type, and parameterize the filter’s value with the array from step 2.