Is there any way to make a condition or variable that would wait for text to change in an app....

amvuser81

New member
I do food delivery and I use one app that says "Waiting for orders..." until an order pops up in the texts place. Is there any way to make a condition or variable that would wait for that to change so I can have MacroDroid click on the order to accept it. Thank you so much in advance!
 

dsnz

Well-known member
wow, automated delivery management
you should move to code or related tech work :)

the first suggestion always is if there is an app notification so you can catch it
(see in the app settings)
 

amvuser81

New member
Trying my best! I'd love to learn to code, so many options not sure where to start lol. I could use the notification but sometimes the app doesn't show up a notification until the order is already claimed (its open batches so they go super fast). I could take the amount shown on the order and use that but I'm so new at Macros and any type of programming that I am not sure how to do that either. Appreciate all the help!
 

dsnz

Well-known member
again I suggest that you make s basic macro using notification as trigger

unfortunately in order to click you must use UI interaction with which I have no experience (other people in this forum can help you with ui interaction)

but DO experiment and make the macro
it will not take long, I guess one hour to max max a day

it will be a great experience and education
after you do this you with your improved understanding of Macrodroid you will be able to find other triggers to replace or supplement the notification trigger
 
Top