I need a Macrodroid expert, I need a solution. Payment €15

Sorendere

New member
I currently have a macro set to:

Trigger:
- Skip app notification "X"

Performance:
- Click content of the notification (opens the app)
- Makes a couple of gestures
- Take a screenshot
- And I send the screenshot through UI gestures

I've been using this this way for a while now, but sometimes it crashes. You would need it to do something like this option:

v5PDony.png


How could I make him send the last photo here?
 

Endercraft

Moderator (& bug finder :D)
I currently have a macro set to:

Trigger:
- Skip app notification "X"

Performance:
- Click content of the notification (opens the app)
- Makes a couple of gestures
- Take a screenshot
- And I send the screenshot through UI gestures

I've been using this this way for a while now, but sometimes it crashes. You would need it to do something like this option:

v5PDony.png


How could I make him send the last photo here?
Have you tried 'share last photo' ? You can use the Via intent option then UI Interaction to select 'WhatsApp'.



Actually I just found out that won't work with screenshots...

And by the way here we do not care about any payments, it's like volunteering 😁
 

Sorendere

New member
Have you tried 'share last photo' ? You can use the Via intent option then UI Interaction to select 'WhatsApp'.



Actually I just found out that won't work with screenshots...

And by the way here we do not care about any payments, it's like volunteering 😁

Yes, I already have that. But I still need to do UI gestures which is exactly what I want to avoid. To save time and avoid possible mistakes.
 

Endercraft

Moderator (& bug finder :D)
I'm pretty sure there isn't any way to send via WhatsApp without UI Interaction because it isn't an integrated feature. Best you can do is use some wait for trigger with screen contents and regular interval, to avoid failure, and make time as low as possible. This method adapts to any loading speed.
 
Top