The CreatorCon Call for Content is officially open! Get started here.

multi row variable set - variable reference qualifier

eyal abu hamad
Mega Sage

Hey,

I have a reference  variable on alm_asset table on multi row variable set, I want the reference qualifier to be based on the requested for that I have on the task form.

for example : 
the requested for on the task form is from stockroom A.
I want to show al the alm_assets that are on stockroom A in the variable on the multi row variable set.

I'm having difficulty reaching the requested from on the variable form

eyalabuhamad_0-1733748446690.pngeyalabuhamad_1-1733748464624.png

how can I send to the script include the requested for from the task itself ?

5 REPLIES 5

Bhimashankar H
Mega Sage

Hi,

Whenever there is MRVS, you can access the values like current.variables.{mrvs_name[0].variable_name}, it will like storing each row in array and we can access them in JSON format using .variable_name. So you can pass the value of variable_name of the first record.

 

If you found my answer helpful, please like and mark it as an "accepted solution". It helps others find the solution more easily and supports the community!

 

Thanks,

Bhimashankar