smiling man with yellow background

Titan X Lab

smiling woman with glasses with blue background

Referring to file upload input field in regular record push causes “repeat” behavior

When referring to a file upload input field with more than one file attached inside, it causes “repeat” like behavior for said record that gets created as many times as there are files.

When the file itself needs to be attached to the previously created file it cannot as the variable holding the record id, includes the variable for all repeat records.

This is a much needed behavior and we need to resort to different workarounds that aren’t easy fixes or are api wasteful.

I would suggest the file hold a true or false variable (that could be reached when using conditional mapping on a field) that won’t be affected by how any files were upload.

Thanks

Comments