HTTP Server Input won't loop through attachements as data file

I have a simple web page with the following form

<form method="post" action="/file-upload" enctype="multipart/form-data">
    Select a file:
    <input name="file" type="file">
    <input type="submit">
</form>

In the workflow I have a self-replicating process that starts with the following HTTP Server Input:

When I test the workflow by sending the form with an XML file it only shows up in the job file cdata but not as a seperate data file.

This is the configuration of the HTTP Server Input

How can I have the workflow loop through the attachements, or use the first attachements as the job file?

Hello Sven,

This is an issue that was discovered by our own employees this week and we are currently looking into it. Apparently this is only in Workflow 8.3 specifically - 8.2 works fine so if you’re relying on this feature, downgrading to 8.2 should get you on your feet until we can release a new version with a fix for this issue.

We apologize for the inconvenience.

~Evie

Note that the issue described by Evie has been marked as fixed (internal ref# SHARED-40167) in the next release of Connect (1.4) that is due out within the next 2 weeks.

Thank you for your answer.

Kind Regards,
Sven Slijkoord

Thanks you for pointing that out. Looking forward to that update.

Kind Regards,
Sven Slijkoord