How to add the attachments from attachment variable of record producer to data source
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-31-2024 04:07 AM
I have different attachment variables which will display based on actions selected. I have created a data source with transform map to load and transform data from attachment variables to target table. Once record producer is submitted with attachments, attachments is not getting copied to data source.
Any solution?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-31-2024 04:33 AM
What kind of record does your record producer create? You could create a flow from that record to copy the attachment to the data source, or create a datasource directly from the record producer if you don't need another record.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-31-2024 04:47 AM
I have created custom table to create records which are attached to data source. The data source is already created, and attachment should copy to data source when submitted. I have created script which is working on main attachment button but not for attachment variables
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-31-2024 05:03 AM
Just copy them from your custom table to the data source then.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-31-2024 07:22 AM
I have written a script in record producer to copy the attachment from variable attachment to data source. In the data source transform map i given the target table as custom table which script has to load and run the transform when record producer is submitted with attachment.
The script is not working for variable attachments but working for main attachment which is at the bottom of the form.