CSV file attachemnt in Catalog item
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2024 06:27 PM
In a catalog item when csv attachment is uploaded with 50 group details consists of security group name, owner, authorizer1 and authorizer2. Then it should automatically populate those values in multi row variable set. and validated
.Is it possible if possible please explain in detail. Thanks in advance.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2024 01:14 PM
Hi @Mahesho11 ,
Yes this is possible, but does require a pro-code approach.
- Use an an attachment variable to request the specific csv file from the user
- Use an onChange client script on the attachment variable to trigger a GlideAjax call to a script include
- Use the sn_impex namespace APIs to parse the CSV and return the values
- In the ajax callback, update the multi-row variable set with the ajax response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 09:54 AM
Can you please provide me script include and client script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2024 02:14 PM
Hi @Mahesho11 ,
Please refer to below thread:
@Kieran Anson provided the solution for this requirement.
If I could help you with your Query then, please hit the Thumb Icon and mark it as Correct !!
Thanks & Regards,
Sumanth Meda