How to filter multiple text variables with the same actions

I have several text variables that share the same flaws. I'd like to run them through a single set of actions to clean them up. I think I should use "For Each" but don't understand how to set it up. I've read the Wiki entry but I'm still confused. How do I target a specific "Collection" of current variables to be filtered? Right now I've duplicated the set of actions and swapped out the variable name on each set. This is an example of one of the groups:

Group.kmactions (2.6 KB)

Hey Ray,

This task is not exactly intuitive, but it's very doable.

See this example.

-Chris


Filtering Variables from a List.kmmacros (6.7 KB)

1 Like

Thank you so much, Chris. I'll try to implement it very soon.