Hi Chris t hanks for providing screenshot.Once you do this setting, you can give a name under file name portion in sink , for example test.csv.
My understanding is, you are trying to write to a specific filename and everytime you expect the file to be overwritten. Please correct if my understanding is not right.
Under sink , you see an option for file name. If that's chosen as default, ADF will create a file with random name everytime you run the data flow. On the other hand, if you set it to Output to single file, you will be able to write to a specific file. But for this, you also need to choose 'set single partition' in optimize tab of sink.
This will make sure to override the same file everytime you run.
Please let us know if you have questions.
Thanks