Multiple macros always run simultaneously not sequentially. Help pls

titsky

New member
I have created a macro, in it are multiple macros with different wait times in between and with block next action until a macro is finish. I was hoping to run it sequentially but when it triggers everything are mixup and my phone is moving wildly where it is not what i intend to do.
Checking my system log seems they are running okay but not in actuality.
When i test all macros individually, everything works fine.
 

dhj49er

Well-known member
I have created a macro, in it are multiple macros with different wait times in between and with block next action until a macro is finish. I was hoping to run it sequentially but when it triggers everything are mixup and my phone is moving wildly where it is not what i intend to do.
Checking my system log seems they are running okay but not in actuality.
When i test all macros individually, everything works fine.
Are the macros handling events such as turning on WiFi, Bluetooth or mobile data?
The phone takes time for these types of actions to execute and if not careful can lead to issues, especially if the controlling macro expects them to complete in a fixed order

The above is just a guess at what might be in your macros.

Is it possible to provide more details or include the macros?
 

titsky

New member
Thanks but i got it sorted out. Instead of adding wait times between macros, i put the wait times inside every macros as the first action but with the estimated time that macro above it will finished its task before running the next macro.
 
Top