Set value to a number?

I am trying to “Create a new thing” in the workflow. I get this error every time i try to create all the fields:
image
This is what i have:
image
But the input i have is set to “Text(numbers only)”
image
In the database, the field types are set to numbers.


I just want to be able to create the data, not sure why this is happening.

If the field type is a number, then the input type needs to be a number too (either a decimal, integer, percentage, or currency).

Currently your input type is a text, so it’s a type mismatch.

Text(numbers only) is a text - It just allows only numeric characters to be input, but it still outputs the value as a text, so can’t be used for a number field.