Unable to add row to big query table

Hello All,

I have my data source in big query and when fill my form and click on submit it gives an error saying-

Nielay_0-1662725252956.png

please suggest solution for this.

Solved Solved
0 6 347
1 ACCEPTED SOLUTION

Identified the problem: It was the system-generated virtual columns that were causing the Dbnull error. A workaround I found is to split the form into 2-3 views with different data tables.

View solution in original post

6 REPLIES 6

I don't use BigQuery but the error seems straighfoward.
Please share your schema in order to help.

Can you check the docs if there is any limit related to BigQuery that you are not aware of?

The documentation says that they have added CRUD operations, so that shouldn't be an issue.

Nielay_0-1662960970357.png

All the column fields are string type

Steve
Platinum 4
Platinum 4

Make sure every column that is required to have a value has a non-blank value.

Yes, I have done that, if the necessary input field are not filled the form will give error

Steve
Platinum 4
Platinum 4

@Nielay wrote:

if the necessary input field are not filled the form will give error


Possible you have fields in the BQ table that are required but not also required in the form?

Identified the problem: It was the system-generated virtual columns that were causing the Dbnull error. A workaround I found is to split the form into 2-3 views with different data tables.

Top Labels in this Space