How do I use a Multi Row Variable Set values in Flow designer and write to a SC Task?

Rodney10
Giga Contributor

I need to use the values from a MRVS, from a RITM, in a Flow, to write the values to a Service Catalog Task.

I have 4 MRVS with 2 variables each.

 

find_real_file.png

1 ACCEPTED SOLUTION

Rodney10
Giga Contributor

In New York, MVRS aren't accessible OOTB.

I found that I can do a GlideRecord in a scripted function, on a SCTASK field. Here I write the MVRS values to the SCTASK Description field.

 

find_real_file.png

View solution in original post

3 REPLIES 3

Hitoshi Ozawa
Giga Sage
Giga Sage

If using Paris, use "Get Catalog Variables" action. It is able to extract variables from mrvs.

This is for New York release. Nice to know will be available OOTB.

Rodney10
Giga Contributor

In New York, MVRS aren't accessible OOTB.

I found that I can do a GlideRecord in a scripted function, on a SCTASK field. Here I write the MVRS values to the SCTASK Description field.

 

find_real_file.png