I have a flow witch call a store procedure with 3 parameters and the flow is asking for 3 inout fields. However when I run it, it ask for 9. Whats the problem and how could it be fixed?

I have a flow witch call a store procedure with 3 parameters and the flow is asking for 3 inout fields. However when I run it, it ask for 9. Whats the problem and how could it be fixed?
It looks like the Ask in Power Apps dynamic content was used a number of times. It was probably added and deleted 3 times and this generated multiple sets of parameters for Power apps. To fix it, delete the existing entries in the SQL fields. Then delete the power apps trigger. Deleting the trigger will remove all the existing power apps parameters. Then re-add the trigger and add the Ask in Power apps dynamic content to each of the SQL parameter fields. Finally remove the flow in Power Apps and re-add it. You should now have only 3 parameters in Power apps. One for each SQL parameter.