Hi, i've been stuck for some time on this issue, while integrating filepond's custom file picker. In setup i've an action initializing filepond and all the logic which works fine, having only one argument of elementId targeting the input element and having these events: onFileSelected and onUploadError.
On onFileSelected, i'm passing these values: {"name":"video.mp4","type":"video/mp4","fileObject":{}}
The issue is in a workflow i'm only obtaining name and type, the fileObject(that should contain binary data) is always returning empty.
I'd appreaciate if anyone would help me resolve this. Thank you!