Hi ,
I am trying to call a 3 rd party API from IRPA. It contains node modules for accessing the api.. I have to import it using Var parser = require(Parser); in normal. But when i am trying to use it in the script file of IRPA, it showing me error as no variable require is defined. Is there a way to do this in irpa.
Thanks,