- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2022 06:03 AM
Hi, I have a issue when I using a Field Type: "File Attachment".
I create a flow make a copy of this attachment with another name, then delete the old attachment, but when I update a record with the new attachment, on the custom field type, the new attachment not appear on the field.
Solved! Go to Solution.
- Labels:
-
Scoped App Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2022 08:55 AM
Thanks I resolve
I create a action using lookup record to sys_attachment
then update a record for file name
on scope global
then create a flow on scope of my app, call the action apssing the sys id of my record and the new name
thanks for help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2022 06:07 AM
Hi,
what is the error shown in flow context?
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2022 06:12 AM
The no erro on flow.
The flow I create, make a copy of attachment with new name, and delete the old attachment.
But on the custom file filed (filed type: file Attachment), after i run my flow, the new attachment not appear on the filed, but the attachment with new name is recorded in sys_attachment table with table sys id of my custom table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2022 06:24 AM
Can you share your flow steps?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2022 07:06 AM