Recent content by sousben

  1. S

    paste not working

    I didn't know that was a possibility 😬 Thanks Endercraft, for emailing them on my behalf, please let me know if you get an answer! ❤️
  2. S

    paste not working

    I don't know the details, but from the error message, it looks like the developer only supported EditText fields for pasting and left away a couple of other types that could be pasted into too, but I may be wrong If the developer could take a look and confirm that would be super helpful
  3. S

    paste not working

    Hi support, I'm bumping this again, for some reason it hasn't received a lot of attention but is quite crippling I have implemented an automation that converts text into keyboard clicks, supporting multiple languages and numbers but it remains fiddly, and prone to errors when the keyboard lacks...
  4. S

    UI: selection list?

    In the end I decided to go for the drawer... looks sweet :)
  5. S

    UI: selection list?

    Thanks, that sounds like a workable option!
  6. 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...
  7. S

    Click event with custom coordinates

    Many thanks, that helps a lot
  8. S

    Click event with custom coordinates

    Of course I made sure to specifically select the integer type, and no, the variables are internal to the action block I am designing. I tried setting output variables, input variables and working variables but none worked.... Does it work for any of you?
  9. S

    Click event with custom coordinates

    When I manually set the value, it displays a numerical keyboard, so I cant manually write {lv=x}
  10. S

    Click event with custom coordinates

    Sure of cours, if you look at the bottom of the screenshot it says I dont have integer variables defined. Thats what I get when I click the 3 dots. The issue is that I definitely have integer varables, but it doesnt let me choose it
  11. 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...
  12. S

    Accessing dictionary value via variable key

    Yes I get that now, thanks to you. You've unstuck me 😃
  13. S

    Accessing dictionary value via variable key

    Ok thanks for testing. This seems to be working because the user selection variable was created as an input variable with an acceptable value. If you let that variable empty (user prompted) then it would probably not work (this is the behaviour I observe). My desired behaviour is a variable...
  14. 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...
  15. S

    paste not working

    Bump (not fist bump 🤜🤛)
Top