Record Producer NOT creating all the populated List Collector values into target table's List field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-08-2022 12:09 AM
I created a Record Producer which has the List Collector field with multiple values are populated.
However, the issue is that NOT all the populated values are filled into the List field of the target table. As the image below, only the first value is populated in the target List field. Could someone please help me with troubleshooting it?
Best Regards,
Aki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-08-2022 12:15 AM
Check the reference qualifier on the target table list collector.
Are you able to manually select those values in the target table lit collector which are not populating.
Raghav
MVP 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-08-2022 01:00 AM
Hi @RaghavSh ,
I confirmed there were no reference qualifier set, and can manually select the values on the list...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-08-2022 12:46 AM
Hi @Aki18 ,
I beleive you are setting the list collector value using any script if yes then make sure you use the sys_id and not the name. There was a similar issue, please check the below link if it help:
I Hope this helps.
Please mark this helpful if this helps and mark as correct if this solves your issue.
Regards,
Kamlesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-08-2022 01:02 AM
Hi @kamlesh kjmar ,
Thank you for your suggestion, but I don't use any scripts for the List/List Collector...
Do you have any ideas why the Record Producer only populates the first value...?