File attachment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā09-25-2024 10:03 AM
Hello Team,
I have a file attachment variable on my record producer. When the user uploads their file through the record producer form, how do i get the file automatically go to the folder? Is there a scrip to write from the file attachment variable to the folder? Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā09-25-2024 10:18 AM
Hello @SnowDevOps ,
All the files are get stored in "sys_attachment" table. Once you upload the attachments into the variable automatically it will save into the "sys_attachment" table. else you can map the attachment variable from the table in which you are using record producer.
Please mark my answer as accepted solution and give thumbs up, if it helps you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā09-25-2024 01:09 PM
Thanks, how do you map the attachment variable from the table into the folder ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā09-25-2024 01:15 PM
Hello @SnowDevOps ,
You don't need to map, the moment you upload the attachment, it directly moves that attachment to sys_attachment table.
Please mark my answer as accepted solution and give thumbs up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā09-25-2024 01:28 PM
I mean like, once the attachment is on the table, how do you get file automatically store into the folder?