Re: Flow Execute Procedure Invalid data type for parameter 'Column Name' found. (Numeric(8,2) Type
@Spencer
I think the issue here is with the data type.
The value for the column Credit is not of type numeric and because of that you are experiencing the issue.
Could you please try converting the value that you are passing into Credit to a integer format and test.
int(creditvalue).
If this information helps you, please hit the like button and mark the solution as resolved, so that it will help other users in future.