Automic Workload Automation

  • 1.  Is it possible to create a Dynamic Array ?

    Posted Feb 02, 2018 10:20 AM
      |   view attached
    I created a web service soap job and to parse the response I am using an expression and saving to a variable and by giving USE ARRAY as "TRUE". The size of the array was calculated on the run time. I am wondering to know how this dynamic array is handled inside Automic while there is no option to create a dynamic array using script. Added a screen shot of response tab for reference.


  • 2.  Is it possible to create a Dynamic Array ?
    Best Answer

    Posted Feb 02, 2018 10:30 AM
    As far as I know, Automic does not support dynamic arrays. If I recall correctly from my Automic Script Training, the recommendation was to define an array "large enough" and only use it as far as needed. It's not great but it works.

    The accepted answer in this thread should demonstrate the concept in more detail.

    Best,
    Carsten


  • 3.  Is it possible to create a Dynamic Array ?

    Posted Feb 03, 2018 12:52 AM

    One of the most popular ideas on ideas.automic.com is this one:

    Define array with variable size 

    If you like the idea, vote for it. :)