Hi JosephBoland,
Your flow is triggered by PowerApps button, then what’s the following action? Please share a screenshot of your flow configuration.
To test this issue, I have created a simple flow. The Flow is triggered by PowerApps, the following action is “SharePoint – Create item”.
In the SharePoint list, I have several columns including Single Line of Text, Number, Date and Time.
In the flow, I select the dynamic content “Ask in PowerApps” for all the fields.
The following screenshot is the flow configuration of my flow.

On the app, add a button and other needed controls. Then configure the button’s OnSelect property as:
'PowerApp->Createitem'.Run(TextInput1.Text,Value(TextInput2.Text),DatePicker1.SelectedDate,DatePicker2.SelectedDate,Label1.Text,TextInput3.Text)
Specifying parameter to each column, I don’t get the error message you mentioned.

Please try again with it on your side and take this doc for a reference:
https://docs.microsoft.com/en-us/powerapps/using-logic-flows
If you are still having the issue, please show me more details to help reproduce this issue on my side.
Best regards,
Mabel Mao