Default attachment to survey
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2023 06:17 AM
How to set default attachment to survey

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2023 09:59 PM
Hi @Niyeeti Dey1,
Are you looking to provide an option for survey participants to add attachments? If so, check out the Attachment question data type here - Survey designer elements (servicenow.com).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2023 07:51 PM
No actually I want to attached a file by default whenever my assessments task is created
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2023 07:56 PM
No actually I want to attached a file by default whenever my assessments task is created.
I tried using below script but getting scope application error

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2023 11:32 PM
Hi,
Through this script, you are trying to update an existing record of the Attachment table. What is the reason behind doing that?
And could you please share the scope error you are seeing?
One more thing, do you want a particular file to get added automatically to the Attachment table every time certain conditions are met (like you mentioned about the creation of assessment task)? Is that your primary objective?