Search results

  1. A

    Math expression at set variable

    Hi. I guess that is a very basic doubt but I am not able to replicate this WIKI instruction about math expressions. (See attachment) The EXPRESSION option is not at blue rectangle. May someone clarify?
  2. A

    How to obtain a timestamp from a date with dd-mm-yyyy format

    Hi. How to obtain a timestamp from a date with dd-mm-yyyy format? I don't see how to use magic text to do this. Maybe using javascript ? Some guidance or an example? Thanks a lot.
  3. A

    How insert a MD local variable into mailTask body

    Hi. Sorry if this is not related directly with MD. How may I insert the content of a local MD variable into mailTask message body? There are many options beggining with % but it seems that they are only environment parameters. Thanks a lot.
  4. A

    How to create and send file as attachment gmail

    Hi. I have a macro that creates an JSON string an, by now, I create a file with this JSON at the same macro and need send this new file by Gmail as an attachment. I write this file to an especific folder but don't know how to pick it to attach to a message. I can do the attachment with files...
  5. A

    How to paste at compose área Gmail?

    Hi. I am able to paste strings at the sender, destinatary and subject field of a new Gmail message. Unfortunately paste in the compose area doesn't work. May someone help me? Thanks
  6. A

    How send mail with attachments?

    Hi. It's my first trying to send a file as gmail attachment but the message was not sent (see images) and I don't figured how to attach a file. May someone help me? Thanks.
  7. A

    Problem with translating of boolean variables

    I guess that there's a problem with using boolean variables on a language different from English. It seems that MD continues to expect TRUE and FALSE and not VERDADEIRO e FALSO. Rgds
  8. A

    Is there a way to push an object at a dictionary ?

    Hi. I want to create a JSON from data that I extract from a variable copied from screen. May someone guide me about how to push an object created in a loop to a list ? Thanks
  9. A

    How delete entries from screen copy?

    Hi. I am trying to delete entries from a dictionary copied from screen to a local variable. After eliminating the entries with a non numeric value at first position I need to create a file with remaining data . Attached are the code and log. What am I doing ?
  10. A

    Automatic login data paste doesn't working

    Hi. Yesterday, automatic login data "paste" (see attachment) was working fine. Today it's not working anymore when I click at prompt filled with email and password. What am I doing wrong ? What changed? Thanks
  11. A

    Macro actions loses click configuration

    Hi. I am frustrated because frequently some CLICK ACTIONS stop to work and I have to reconfigurate them. What's the safest approach to configurate click action? TEXT, COORDINATES or ID. Is there any environment cause that may cause this lack of configuration? Sorry for this basic doubt. Thanks
  12. A

    How to delete unnecessary entries at a list?

    Hi. I copied the screen to a local variable and need iterate through it eliminating the entries that doesn't begin with a non numeric character. May someone suggest a piece of code ? Thanks a lot.
  13. A

    Do "Iterate Dictionary/Array" walks in index order ?

    Hi. I supposed that "Iterate Dictionary/Array" walks in index order but it seems that the loop is aleatory. May someone confirm this? Thanks
  14. A

    MD suddenly opens X-plore

    Hi. I am trying to select some files to send as Gmail attachments. Neither CLICK nor LONG CLICK (better) works and suddenly a file manager (X-PLORE) opens. What am I doing wrong ? Thanks
  15. A

    Click item with text failed (node was null)

    Hi. I am facing the error "Click item with text failed (node was null)". What am I doing wrong ? Thanks
  16. A

    Is there a way to click (select) some files at download directory ?

    Hi I need to click (select) files (at download directory) that have a month is his names, in order to attach them to a mail message. Any suggestion? Thanks a lot.
  17. A

    How may I stop a Macro during execution ?

    Hi. How may I stop a Macro during execution ? Thanks
  18. A

    How may I know in which index a loop is ?

    Hi How may I know in which index a loop is during iteration? How may I compare a month in that index with the current month? Thanks
  19. A

    How to compare a value in a list with a constant

    Hi. May someone show me how to compare a value in a list with a constant inside a loop ? Thanks
  20. A

    Login with email and password ?

    Hi. Is it possible to do a login with email and password? How can I pass this data to UI ? Thanks
Top