Action blocks: hide work variables from configuration list

Dm114

Well-known member
Action blocks are more and more powerful and useful, so I would make the following suggestion.

In the configuration list of variables (from the calling macro), the INPUT variables appear clearly and are easy to identify.

Unfortunately it's much more confusing to choose the right OUTPUT variable(s) to use and work on as returned value(s). Mainly when there is large number of working/intermediate variables used in the Action block.

So wouldn't it be possible to hide those useless variables (useless from the calling macro side) to only show the real OUPUT one(s)?

Thanks a lot in advance. 🙏
 

Kr99

New member
I have noticed some naming conventions in the macro store. Adding the prefix or suffix IGNORE, OUTPUT or adding star icons 🌟 might help.

But yes this is a needed feature.
 
Top