Search results

  1. S

    UI: selection list?

    hi I am trying to automate a delivery app that I use quite often and requires me to manually type in the details of the sender and recipient everytime I would like to show some sort of menu that lets me select sender and recipient by names from a list - and then macrodroid would fill in the...
  2. S

    Click event with custom coordinates

    I am trying to perform a click using variables for X and Y but the interface tells me I dont have integers variables to choose from when I clearly do...
  3. S

    Accessing dictionary value via variable key

    Hi, Say I have the following: Dictionary prices = {'s': 30, 'm': 35, 'l': 38 ...} Then during execution I do set variable String userSelection = 's' Next I am trying to set variable userPrice = {lv=prices[{lv=userSelection}]} The UI doesnt even let me validate this expression. When I do...
  4. S

    paste not working

    I have some issues with the paste functionality, when using it with certain apps. - the following error when using it with an app that is webview based: - the error below when I tried on my samsung note app: - when I tried it on whatsapp, it pasted successfully It looks like macrodroid...
Top