Hi there,
I am a form request which runs in a loop over multiple orchestration inputs. The orchestration inputs are in array format which requires end users to add input one by one in columnar format.
However if users have more than 10 inputs, its a hassle for them to add those many lines.
So, to resolve this, I created a groovy script which takes input in form of space separated string and pass it as dataset to the form request.
My groovy script is like below
import...
Read more
I am a form request which runs in a loop over multiple orchestration inputs. The orchestration inputs are in array format which requires end users to add input one by one in columnar format.
However if users have more than 10 inputs, its a hassle for them to add those many lines.
So, to resolve this, I created a groovy script which takes input in form of space separated string and pass it as dataset to the form request.
My groovy script is like below
import...
Read more