delete attachment flow designer not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-01-2023 10:01 PM - edited ‎05-01-2023 10:03 PM
Hi community ,
i am trying to use delete attachment action in flow designer to delete attachment from the data source .
data source is created in different application (Azure blob spoke ) and the flow also create in the same application ,
but when i am trying to perform the action i getting an error like : "Error: undefined is not a function."
i have provided all the access which need to be preform :
After this also there is no luck
can some one help us out what might be blocking us .
regards,
amar kumar pandit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-01-2023 10:29 PM
on sys_attachment table the Can delete checkbox should be checked
Did you check that part?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-01-2023 10:37 PM
Hi Ankur yes
i did it already
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-01-2023 10:46 PM
the flow is not in global scope right?
if it's in another scope then did you create cross scope privilege for delete
It should be like this
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2023 01:52 AM
Hello Ankur,
I am also facing the similar issue , Delete attachment action is not working in flow designer and throwing the same error as the above person mentioned , I have created cross-scope privileges for both sys_attachment and sys_data_source for delete operation.
Not able to figure out why this undefined is coming , Please look into my issue once , as it is very important to me.