Is there a way to update the xml data when we are sending through form data as an xml file?

Currently I am sending the xml file though body as form-data
But I want to update the data in the xml before sending it as a file for different requests.
In short single xml file which I want to update the data as per test data and then send it in the request.
Is it possible with postman?