-
Goal: I have data in BigQuery, and I have an app in Retool with a couple editable tables. I have a few columns in the tables that are "text" fields using type "Tag", however there are some values that are numerical (ie. like a model# "245" or "-2")
-
Steps: Created the table populated by a SQL query, and created a query to do a bulk update. That all works perfectly. The SubModel field is Text but I have entries that could be -2, etc. So, when I attempt to update that field I get an error saying that I am trying to update a text field with a number.
-
Screenshots:
Thank you all in advance