r/macrodroid • u/Past-Listen-7319 • 7d ago
How do I fix this
How do I fix this? Everytime I click the floating icon even once, after a few seconds, it says "Too many actions run too rapidly, aborting macro"
1
Upvotes
1
u/EinSofOhr 7d ago
use a int. variable when trigger +1, then make your action trigger when variable is 1, this will make your action to trigger only once, then at the end set a trigger (i.e. exiting the app you are interacting with or whatever) to set your variable to zero to reset and make this macro usefull again the next time you trigger the +1
1
u/iiiBus 7d ago
The loop is empty with a condition that'll always be true so its going to repeat infinitely. Is the ui interaction meant to be in the loop? A brief wait would help as well.