Page 1 of 1

Variables

PostPosted: Thu Dec 15, 2022 12:29 pm
by jltnol
So not sure if this would be worth it or not, but it might be nice to have a "comment" field for Variables. Lots of the variables I have are used in Python so tracking down how/when they change can sometimes be a problem. With a comment field I could leave some bread crumbs to lead me back to what is actually causing them to change/update.

Re: Variables

PostPosted: Wed Jan 04, 2023 12:31 pm
by whmoorejr
Something I use with variables is: Right Click - Show Dependencies. This will list all the triggers/schedules/action groups. If it's tucked into a python code somewhere in an action, you could use the note field of that action to make an annotation there.