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

which variable type can i use for multi selection in recordproducer .

MansoorM
Tera Contributor

I have created an "Update Change" record producer that allows users to manage Configuration Items (CIs) on the Change Request form. Users should be able to:

  1. Fetch and view existing CIs already associated with the Change Request (from the Affected CI related list).
  2. Select multiple CIs from this list using a List Collector or similar UI component.
  3. Delete selected CIs in bulk (e.g., 200–300 records).
  4. Add new CIs in bulk as well.

However, I'm facing performance issues during form submission, especially when handling large volumes of CIs. I need a scalable and efficient solution to support this functionality.




MansoorM_0-1760102221074.png

 

4 REPLIES 4

M Iftikhar
Giga Sage

Hi @MansoorM,

 

Use Variable Type: List Collector

MIftikhar_0-1760104962828.png

 

If my response helped, please mark it as the accepted solution so others can benefit as well.

 

Thanks & Regards,
Muhammad Iftikhar

If my response helped, please mark it as the accepted solution so others can benefit as well.

i tried your Reference qualifier but do data displaying in list collector

MansoorM_0-1760103917209.png

MansoorM_1-1760103939296.png

 

Reference qualifier:

javascript:'task.sys_class_name=change_request^task='+current.variables.change_request;
Thanks & Regards,
Muhammad Iftikhar

If my response helped, please mark it as the accepted solution so others can benefit as well.

i have added variable attribute same as you, multi select is not working only one record we can select