Can I submit mixed data using form? For example multiple files and text field data?

Hey @Hao_Tan, this is not supported by the HTTP Request node unfortunately. You would need to run custom code in the Function node to make a multipart/form-data request as described here: