Today, I think AI editors like ChatGPT etc would be the best bet for converting ES6+ code to ES5 vRO compatible code (looked for my transpilers but none suited my\your requirement). Also, ask the editor to change console.log() with System.log(). Additionally, ...
Hi, I would try something like this. "var csv" is an example. Replace it with your own. var csv = "1,2,3\n4,5,6\n7,8,9"; var rows = csv.split("\n"); var array = rows.slice(0).map(function(row) { return row.split(",").map(function(value) { ...
Not sure need to check what missing in machinevra = Server.findForType("VRA:Machine","stu124"); But for time being, this works: var ...
Actually my issue seems to be elsewhere. (I have managed to link the variable machinevra as an Input to the "update machine tags" ...
I'm working on build IPAM plugin that will be integrated to Aria Automation. I tried with Hands-on Lab: VCF Automation - Getting Started - [HOL-2501-07-VCF-L], but I cannot manipulate with this lab if I want to test my IPAM plugin. How can I test my IPAM ...
Hello, I'm having trouble with letting the user enter a png file in a request originating from a yaml template in assembler and then uploading to either a CIFS folder, sending it as email or sending it in the message the approver sees in the assembler. ...