Solution for copy attachment in Flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
"I just copied the attachment from the Service Request table to the Data Source table using Flow Designer. If this is helpful, please accept it as the solution for copying attachments. Thank you!"
"In the Catalog Item, select the Data Source record and attach the file you want to copy. Once the request is approved, the attachment is moved to the appropriate table based on the selection made."
Trigger on the Catalog Item (sc_req_item)
Looked up the related attachments (sys_attachment)
Copied them to the Data Source table using either:
The “Copy Attachment” action with correct reference to the attachment record
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
I don't understand your first sentence. You posted a question on the community. How can we accept any solution? It is your question. And telling us that you used an OOB flow action to do what it is meant to do, doesn't really sound like a question.
Next to that: shouldn't you at least add some info about checking on the type of the attachment? Or is that done on the catalog item itself?
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark