NumberInput registered as String instead of Number?

Hi there, I'm new to Retool. I'm currently trying to make a DynamoDB putitem/create query that connects with my "Create Item" Form component. I'm pretty sure I have everything lined up correctly, but for some reason my NumberInput component for "Popularity" is giving me an error as it reads it as a String in Retool, when the column is set as a Number, or N for me in DynamoDB. I'm thinking this is a bug because why would NumberInput would be read as a String by Retool? Is there a workaround to this?

Hey @Velvet_Rose!

Have you tried passing your JSON object without wrapping the transformers in double quotes? I'm wondering if that might be causing the string conversion here.

1 Like