Grab the Uploaded file from the MS Forms response
json(outputs('Get_response_details')?['body/ra8991ac565984ed196be90f7feb58394'])
Then in another compose action, put the Output of the previous Compose action as an expression and add: ?[0]['name'] to the end.
IE:
outputs('Compose-_MS_Forms_Upload')?[0]['name']