Hello Everyone
I have a Workfront Search module that returns multiple attachments. The challenge is that I want to send all these attachments in an HTTP form-data request in one module (e.g., to one API endpoint that expects multiple files)
How can I achieve this ?