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

How to pass a field value into a dynamic reference qualifier

Jake Sadler
Kilo Sage

I have created a record producer.

In this record producer I have a reference field that references the sys_db_object table.

I want to pass the selected table sys id into a reference field dynamic ref qual but this reference field is inside a multi row variable set.

 

Is this possible if so how can it be done?#

Any help would be much appreciated.

 

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

So basically you want to access outside variable value inside Ref qualifier of MRVS

No direct way for this.

check this link and it has the solution

SOLVED: Issue with MRVS multi row variable set accessing the form values

Regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

4 REPLIES 4

Abhijit4
Mega Sage

Hi,

I think below should work,

current.variables.variable_name

Let me know if you have any further queries.

Please mark this as Correct or Helpful if it helps.

Thanks and Regards,
Abhijit
Community Rising Star 2022

 

By marking my response as correct or helpful, you contribute to helping future readers with similar issues.
Regards,
Abhijit
ServiceNow MVP

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

So basically you want to access outside variable value inside Ref qualifier of MRVS

No direct way for this.

check this link and it has the solution

SOLVED: Issue with MRVS multi row variable set accessing the form values

Regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

@Jsadler19 

Glad to know that my response helped.

Please mark response helpful as well.

Regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Yousaf
Giga Sage

Hi 

Please refer to this link

Dynamically Use Catalog Item Variable in Reference Qualifier of MRVS Variable

 

Mark Correct or Helpful if it helps.


***Mark Correct or Helpful if it helps.***