fetch multi row variable set values into ui macro HELP.

SNOW23
Kilo Contributor

Hi Community,

I am trying to fetch values from multi-row variable set in macro how to do?

 

i tried using 

$[current.variable_pool.multirow_variable_test.var_name]and

$[current.variables.multirow_variable_test.var_name]

but i am getting result like 

 

com.glide.catalog.scripting.rhino.impl.GlideElementScriptingModel$2@c45d65

 

 My requirement is fetch the all row values from mrvs and display in html table.

your help will be appreciated.

 

Thanks

 

1 ACCEPTED SOLUTION
3 REPLIES 3

SNOW23
Kilo Contributor

Hi community,

any updates on this?

 

Want to get multi row variable set data into jelly script and need to fetch values one by one.

 

i am getting results like ,

[object,object]..then don't know how to fetch from it,

or JSON array of objects but not able to find way to iterate and fetch values using keys.

 

Thanks

SNOW23
Kilo Contributor

Hi

any updates?