Hi all,
I started to work with the vRealize today, my target is to receive the output from the workflow or from the script in the Drop-down field in Blueprint form.
For the first question I just wanna ask you if it is possible in the vRealize or it is not fited to do that.
For now I have wrote the script with Array return.
The com.commonlab.emapotaa.scripts/getList function is that:
var arg0 = ["test", "test2"]; return arg0;
And my settings are:
My target is to get the JSON content and parse it to the Drop-down list.
For now I have made script running every minute to get the list and save it to file, the script will load content from the file parse it to array and return as dropdown list but its not working even with primitve array and return.
Is it possible at all?
Do you have any ideas how can I get the output of script in Drop-down input?
Thanks!
Marek Potargowicz