Track Variables that were recently changed?

Is there a way (smart group, applescript, etc) to track recently changed Variables?

Thanks for any and all thoughts!

Semi-Related post How Can I Detect When a KM Global Variable Has Changed?

What is the problem that you are trying to solve (by tracking variable changes) ?

(For most purposes it can prove simplifying to avoid mutation of the values attached to KM Variable names, and to create a new name (a distinct and additional local KM Variable) for any new values that are obtained)


or you can accumulate successive values in a Keyboard Maestro Variable Array, using only the final value, or also inspecting the intermediate values:

Accumulated Stages of Variable Value.kmmacros (3.9 KB)


Try reading this page where I uploaded a macro that tracks variables.

1 Like