Recent content by MolToward

  1. M

    Getting the LastUpdated date from the last item worked

    Hi all, I'm in the process of building a volume checker across all my live automations and the one request I need to nail is getting the LastUpdated date + time from the last worked item (indicating when the process ended). I've tried this - Get Completed Items - Get Item ID - Get Item Data...
  2. M

    Checking Resource of Item in Queue

    Hi, We need a step in BP to check what resource a queue item has been loaded from before it completes (as depending on what resource it comes from, the tags will be different). Is there anyway this can be done? Thanks in advance, Molly
  3. M

    Password not being recognised when typed by bot

    Hi Leo its all sorted now, I was using Global Send Keys Event and changed it to Global Send Keys.
  4. M

    Password not being recognised when typed by bot

    Hi Sukesh, I tried that first time but with no luck! Thanks, Molly
  5. M

    Password not being recognised when typed by bot

    I'm currently trying to develop on a new platform that requires username and email credentials. When the bot types in the password it is not recognised, however when I copy and paste the info from the data item into the password field it accepts it. I've tried storing the password as both a text...
  6. M

    Subtracting 90 minutes from a time set in a data item

    Edit: I've now worked it out. We have to separate the hour from the minute, remove the colon in between, convert the two items to numbers then use MakeTime([Hour], [Minutes] - 90, 0)
  7. M

    Subtracting 90 minutes from a time set in a data item

    Hi, I'm trying to add a step to subtract 90 minutes from a time acquired in a BP data item. I've tried the function MakeTime but it doesn't work. Just to give a better idea, my current process is -> Time is received as a text item -> step to convert this ToTime. I've tried to add this...
Top