Is it possible for Alteryx to read any file format that the user wants to input with the "File Browse" tool?
In the File Browse Configuration I put in "Arbitrary File Specification" to read All Files

My "Action" tool looks like this

and like this my "Input Data"

When the user enters any .csv format file (like the file that is in the workflow), it doesn’t give any error. However, when the user enter another format, for example Excel .xlsx, it gives this error.

Is it only possible to ask the user for one type of format (the one in the workflow, in this case .csv)?
Thank you in advance.