But if variable is an Array (Object) recovered from a collection
variablearray{
"date":["-","-"],
"mail":["mail 1","mail2"],
"approval":["Name1","Name2"]
}
I've tried:
Var objeto = RMPApplication.getVariable ("variablearray");
Var objeto = RMPApplication.getVariable ("variablearray.mail");
Var objeto = RMPApplication.getVariable ("variablearray.mail[0]");
but I have not gotten back to me the content, just returns null
Regrads
Javier
--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "RunMyProcess Support Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum...@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at http://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/1ee0531d-a3d2-46e9-b02e-9bd7d6eaf6d2%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/d/optout.
Bilal AJAJ
Example the reference_id is a simple calculated variable and I can recuperate this var with this example:Reference = RMPApplication.getVariable ("reference_id");
But if I would like recuperate the array return null
Regrads
--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "RunMyProcess Support Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum...@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at http://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/6193d422-e426-4094-a30c-7ac7f3753032%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/d/optout.
My idea is to have 6 arrays array_approval_gates_1 variables with the same structure, array_approval_gates_2 ... all filled with a collection of approvers, halfway through informing them a date (new data) is added to read array and print in 1 array only thing that will change depending on the state 1, 2, (it will fill)
you say that with RMPApplication.get("array_approval_gates_1") i can put the value in a text input widget, but this return null. and array_approval_gates_1.mail or array_approval_gates_1.mail[0] all return null.
I can not pick up the whole array or array value?
Thanks
--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "RunMyProcess Support Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum...@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at http://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/d190f2ee-b097-4505-8871-a58f72c80d91%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/d/optout.