created a custom widget for uploading attachments , but I'm facing an issue while storing in backend
I have created a custom widget in ServiceNow for uploading attachments, which I’m displaying on a Record Producer. To do this, I created a custom variable type on the Record Producer and attached the widget to that variable. On the frontend, the atta...