Copy attachment from record producer variable to record is not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2024 08:10 AM
I am trying to copy an attachment from variable in record producer to record with the below BR, but its not working
I am using Async insert BR on the table (x_as_request) in scoped app.
In line number 5, im getting 'x_as_request' table in the log.
In the attachment table, I am seeing the table name as ZZ_YYsc_cart_item and the table sys id is empty.
I assume table sys id should not be empty . Please help me here attachment is not getting added to record.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2024 09:32 AM
@Ankur Bawiskar Please help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2024 08:34 PM
is it going inside the IF statement?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2024 08:36 PM
no its not going inside if . I think its because table sys id in attachment table is empty. Pl guide
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2024 08:38 PM
the issue is possibly because that query is not working.
try commenting line 6 and see if this works
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader