Hi Everyone,
We’re currently working on configuring the Create operation in a Web Services application to provision users. Our goal is to send user information in the body as form-data, specifically using a file input.
To achieve this, we’re using a Before Create Operation Rule to set the file content dynamically. However, despite multiple attempts, the endpoint consistently returns an error stating:
“param is missing or the value is empty”
We’ve tried various approaches to populate the file input( like by giving file object, encoded file object and converted file to string), but none seem to work. Has anyone successfully implemented this kind of setup or encountered a similar issue?
Any guidance, examples, or suggestions would be greatly appreciated!
Thanks in advance ![]()
— Sravani





