Finding and selecting sheets with 'As indicated..'

Hi.
My goal is to create a script which:

  1. finds all sheets which have ‘As indicated…’ turned on because there are multiple scales on sheet (done)
  2. selects those sheets so I can apply set parameter on sheet. (stuck here)

Question: How do I get elements from list of sheets with scales, as shown on last node.

Marin

Just filter the elements instead of the scales. The values come directly from the sheets so you can filter them directly.

first node is from package SEGOKS. it just colects all sheets in document can exchange it with anything that collects sheets. the rest is original nodes.

Hi. Thank you. I managed to get it with original nodes also.