Automation auto convert number text format into real number

Hey guy

Why automation bot change my number formatted into text back to real number again? This cause my save form to get hang there when ai submit an TOOL AUDITOR ID. This column has a data format example 2264 or M165. Its a mix thus I select all to format type to text

 

desmond_lee_1-1692690451074.png

desmond_lee_2-1692690563550.png

See below table that column TOOL AUDITOR ID the submitted setting is Text but the add another row in the below tabale become pure number. 

desmond_lee_3-1692690762585.png

The error in save the form

desmond_lee_4-1692691306542.png

 

 

 

Solved Solved
0 6 589
1 ACCEPTED SOLUTION

If the column is meant to have text values, change the whole column to Pure Text. Then gSheet is not trying to be clever and change them to numbers.

View solution in original post

6 REPLIES 6

Try to wrap the column with a TEXT() expression like TEXT([Audit Finding]) and see if that solves it.

I try to add before I post the question but no luck. This table on the right side is the source I warp TEXT ([TOOL AUDITOR ID]) and it does not work 

desmond_lee_2-1692694076648.png

 

 

 

 

 

Is the column type in gSheet set as "Pure text"?

It's default. Nothing is set on gsheet. The form save to the actual database is also default set as automatic and there is no issue. Below is the add new row table after the form is saved

desmond_lee_0-1692696307366.png

 

If the column is meant to have text values, change the whole column to Pure Text. Then gSheet is not trying to be clever and change them to numbers.

Phew what a biggg mistkae I have made. The source  table column TOOL AUDITOR ID is text type and the Target column is NUMBER..... resolved ! Anywhere thank you again