Recent content by g444ran

  1. G

    Metabot for converting json to xml

    Hi, I am trying out Rest API call using automation anywhere. I get a response in the json format. Lets say I get something like this => {"error":false,"message":"68fd08f0-d5f4-11e8-b01b-db6ba7af2de6"} Now i am trying to get the value of message from it. Since there is no default JSON...
  2. G

    Pass Json type data from variable to javascript code from automation anywhere

    Greetings, I want to pass a json value from a variable to javascript, but the problem is that it is not passing it the right way. Suppose {"name":"JANE","id":"20789","company":"HTC"} is my json data i store in a variable and try to pass it to script, it is passing the value without quotes...
  3. G

    VB Script In Automation Anywhere

    how to pass variables as output parameters to automation anywhere from vbscript. I need a sample script for example. Thanks in advance.
  4. G

    Using regular expression in automation anywhere.

    ME3/1819/716 . I want the exact text.
  5. G

    Using regular expression in automation anywhere.

    here is an example. From the text below i need to fetch the invoice number using regular expression. the text is as follows : Minerva Enterprises Unit No.3 Manufacturing of Sand Cores xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Mob No.: 9970112996,8484888308,8308211787, Mail ID: minervxxx3@gmail.com...
  6. G

    Using regular expression in automation anywhere.

    How to use regex to fetch a value from the string in automation anywhere without using scripts. Kindly help.
  7. G

    Data table in automation anywhere

    1)Is there any data table in automation anywhere? If so how to use it? 2) How to convert excel to data table or viceversa?
  8. G

    Excel row and column count

    Is there any way to get the row and column count in an Excel. Kindly provide some solution.
  9. G

    How to get the SAP dll

    Can you please guide me on how to install SAP plugin for Automation Anywhere.
  10. G

    Run script command

    OK thanks
  11. G

    Run script command

    I tried running(double clicking) a js file which had just the alert statement, I get this error
  12. G

    Run script command

    if i double click the js file I get the below errror:
  13. G

    Run script command

    this is my script : var val1=WScript.Arguments.item(0); var val2=Wscript.Arguments.item(1); String.prototype.isMatch =function(s){ return this.match(s)!==null } var mybool=val1.isMatch(val2); WScript.StdOut.WriteLine(mybool);
  14. G

    Run script command

    I get this error when i try to run script in AA. Help?
Top