Search results

  1. A

    How to identify which app package

    Hi, wanna make a screen content click action on text but couldn't identify which app is running, the click action is working if I select ALL, but this is not ideal solution for me if keep detect ALL app on screen for the click action. Is there any way to drill down to identfiy which app is...
  2. A

    Performance Related Questions on Macrodroid Macro

    Wanna ask opinion from master here. Currently, I'm using 3 macros to do one task with different parameter for notification received. However, I always have slight delay in macro trigger (2-3s delay) compared to the message timestamp in the telegram app. Example, the timestamp for the message...
  3. A

    Delete Individual Entry of Global or Local Variable

    Couldn't find the option to delete a individual entry of global or local variable. Anyone can guide me on this? I only find edit, clear all entries & delete dictionary.
  4. A

    Macrodroid UI Interaction vs TouchTask in Text Click

    Having tested this in Telegram. TouchTask will click the text content "Go to bottom" with one line command. However, Macrodroid won't do the same with UI interaction Click Text Context. I have to setup Read Text Content in order to find the View ID to click on the View ID which is related to...
  5. A

    Open Whatsapp or Telegram Group Shortcut Created From Home Screen

    Hi, just wondering is that anyway to launch the Whatsapp or Telegram group shortcut that I created in Home Screen? What I think of now is launch Home Screen, navigate to main page & use UI interaction to click on the shortcut. If there is other solution which I can do it in Macrodroid itself...
  6. A

    Exit IF condition if one of the condition is met

    Hi, I have following IF condition. Action A ====== If A = 1 Do 1 XXX elseif A = 2 Do 2 XXX elseif A =3 Do 3 XXX endif Action B ====== Action C ====== May I ask master here how to add a skip IF condition on Action A as shown as XXX & go to next Action B & Action C. I know there is...
  7. A

    Wait Until Trigger Issue

    Having this issue where setup a Screen Content (On Screen) condition, if I put this condition in Triggers section run without issue. (Most of the times) However, if I put this condition into Wait Until Trigger, then it's hit & miss & sometimes not running at all even the condition is met by...
  8. A

    Decode QR on screen content

    Just wondering whether it's possible to include a feature for Screen Content to read QR code found on.the screen & decode it into readable text. This will be a useful feature to save time because currently need to screenshot the screen & call other QR app to scan & decode its content.
  9. A

    Need Help on Notification Trigger For Selected Notification Title

    Good morning, I'm new to Macrodroid. I would like to create a macro to trigger certain action when some keywords are found. 1. Trigger - "Notification Received" using "Matches" with symbol "|" for keywords A & B & C for Telegram app. 2. Action - Do the actions that I needed. 3. Contraints -...
Top