I am trying to integrate Uploadcare into my app, to allow for HIPAA compliant file upload, storage, and downloads.
I have added the uploadcare upload widget to my form container, but I can’t tell how to get the file id from the widget in order to save it to my backend on form submission.
Has anyone had success getting data from an HTML element and using it in a workflow?