Action Runs

nemska

Member
Hello
Is there an option to wait for an action to run before other actions run? That is, before that action works, other actions should not be taken, other actions should not work. If the action I want works, let the others work. I hope I was able to explain.
Thanks for help
 

Snurre

Well-known member
You could use this
Screenshot_20211201-141856_MacroDroid.jpg
Or depending of wich action you are talking about it might be possible to toggle 'wait to complete' or you could use and If condition
 

nemska

Member
After a text appears on the screen, I want to click on that text and then run other actions. I want other actions to wait for the text to be clicked.
Thanks for help
 

user

New member
After a text appears on the screen, I want to click on that text and then run other actions. I want other actions to wait for the text to be clicked.
Thanks for help
You can try the "Add Trigger", "Add constraint", "App foreground" and "Macro Run" …… combination control.
 

nemska

Member
Thanl you for your response but I didn't quite understand how to do it. Could you please explain in some detail?
Thank you
 

Snurre

Well-known member
After a text appears on the screen, I want to click on that text and then run other actions. I want other actions to wait for the text to be clicked.
Thanks for help
I'm not quite shure that I understand what exactly you want to do
You want to click on a text or should MD click on it?
What text? Where does it come from? Another macro? An e-mail? A dialog? A notification? Another app? Or what....
Is it a specific text?
Please try to be specific and there might be someone who can help
 

nemska

Member
Thank you for your attention. Once in a while, a text appears in Nir application. After that text appears, I want it to click on the text and after clicking it, other actions will take place. Because other actions are click actions. But those texts are already there on the application. So I don't want other actions to run before the first click action works. So I want other actions to wait for the first action. Once the first action works, the other actions run. I hope I was able to explain.
 

MacroDroidDev

Administrator
Staff member
Sorry it's not possible to do what you are wanting. Some actions have the ability to wait to complete before proceeding with the next action and only in these cases can you perform this kind of waiting.

Your best bet is to try and use the wait before next action, but of course the waiting values might not be predicatable so you should err on the side of using longer delays.
 
Top