hi @Francisco77,
At the very first, you need to have a TextInput in PowerApps to enter a text for file name, then in the flow, you need to select the Ask in Power Apps from the dynamic content.
Then, to trigger the flow in Power Apps, you need to write the following expression:
FlowName.Run(TextInput1.Text)
Here TextInput1 represents the control you input a text for file name.