Isolate specific elements in view based on paramer values

Hey everyone,

I’ve been creating a workflow to automate prefabrication drawings for my shop. What I am looking to do is take elements of a specific parameter named “Section” (such as "Section 1, Section 2, etc.) and isolate them in a corresponding view named that section. Any ideas would be appreciated.

Get your list of elements and their Section parameter values. Use GroupByKey to group the elements by Section. Create a new view for each group (named via the unique Section value.) Then isolate the grouped elements in their respective views.

Another option would be to use filters to hide everything but the individual Section value elements in each view.