How to iterate same request in loop for different files uploads types

you have to parametrize the value for the ‘file’ (as you did for id) and ofcourse create the variable in the tab (you can put your current value there for a quick test.

on the testcase, you create a list with the needed paths to the files (a list of strings defining the path to the files) and iterate over it, calling your request object and bind the value. easy peasy.