The Zurich release has arrived! Interested in new features and functionalities? Click here for more

File attachment

SnowDevOps
Giga Guru

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 

4 REPLIES 4

Abhishek_Thakur
Mega Sage

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.

Thanks, how do you map the attachment variable from the table into the folder ? 

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.

I mean like, once the attachment is on the table, how do you get file automatically store into the folder?