checklist with macro run from another macro

rd2k3

New member
There is a function to run macro from macro

it would be cool if we could see which macro depends on the others, like in global variables




example:

this exists in macrodroid

global variable
'close'
used in: youtube skip, wifi off 2am




this does not exist in macrodroid

macros

call reject control list
used in:

silent volume control
used in: 'call reject control list'
 

Endercraft

Moderator (& bug finder :D)
Action blocks and global variables support this.
If you need to call a macro from multiple macros you should instead convert it into an action block.
 
Top