How to get sys_id on List Collector multi-row variable set?

lipan
Tera Contributor

Hi EveryOne,

 

I create a record producer "Create Case Contract" map to Case table, there are multiple rows of variable "Test Case Contract",I use a script to fill variable set's variables into the sc_task table, and in variable set "Test Case Contract", there is a List Collector "attachments". "attachments" is reference  to the attachment table. How to add a Reference qualifier to List Collector "attachments", so that it only displays the files "file1.xlsx" and "file2.xlsx" uploaded when using record producer "Create Case Contract" to create records?I try to use 「javascript:"table_sys_id=" + current.sys_id;'」,it's not work.

 

record producer

 

 

1.png

multiple rows of variable

2.png

Reference qualifier

3.png

 

Current situation,「javascript:"table_sys_id=" + current.sys_id;'」

4.png

Expected results:Create a record using the record producer, and display the uploaded attachments in the list collector of the multi line variable set

5.png