How to find out which attributes being used from List in the live workflows | Community
Skip to main content
November 19, 2025
Question

How to find out which attributes being used from List in the live workflows

  • November 19, 2025
  • 1 reply
  • 72 views

How to find out which attributes are being used from List in the live workflows.

 

Eg : if a list have 100 attributes in the list, then how many are being used in live workflows and need to remove the unused from the list.

 

 

1 reply

ccg1706
Community Advisor
Community Advisor
February 6, 2026

Hi ​@ShivamAr,

 

I’ve been thinking about developing a workflow that examines all the XML definitions and looks for a set of file names  (for instance: @field vars.field). Any items not present in any active workflow could be candidates for removal. This could be achieved with a Java Script activity to compile the list of attributes , followed by the scanning through the workflow definitions. 

 

Try and let me know how it goes.

Best, 

Celia