I have a change-detection workflow that triggers another workflow whenever input feature(s) changes. I need to fine-tune this process even more. Say for example, if the input feature(s) has 1000 attributes, the attributes relevant to me are only 100. I need the change-detection workflow to trigger only if any of those 100 attribute value changes.
Is there a way to only get a list of attributes that are actually used inside the workflow?