Hi,
I'm trying to create as a result a new object, but my problem is when I try to make a new Array.
My vocabulary I have:
Output with :
- nomCamp (string)
- validador (string)
Array of parametre
And parametre just have entity "valor".
At this moment it work just creating one new element, but I can't create an array of "Parametre"
Output.new[Output.nomCamp='a',Output.validador='aaa',Output.parametre = Parametre.new[Parametre.valor = 'a']]
Can somedy help me?
Hi, it's more or less what I want, but with the difference I want to create Parametres in the output. Not take the values frome the input.
I want to create new Parameters in "Actions".