UNIQUEID() Key value is calculated with exponentation

Hi, every community member. This community encourages me a lot.

I have a problem with the key value. Would anyone give me some advice?

I have the enum list column for selecting keys generated by UNIQUEID(). And 599829e6, one of the key values is forcibly calculated with exponentiation as below.

①just after saved

スクリーンショット 2022-09-11 15.30.10.png

② 2-3 seconds after saved

スクリーンショット 2022-09-11 15.29.33.png

The column detail is below. Although I set the base type as “text”, it’s always calculated automatically.

If I select two values, 599829e6 won’t be calculated as below.

スクリーンショット 2022-09-11 15.38.24.png

Thank you in advance for advice.

Regards

More than likely your datasource is treating the values as numbers instead of plain text. What are you using for your datasource? If a Google sheet, then set the column in the sheet as plain text.

3 Likes

@WillowMobileSys THANK YOU!!

I use Google sheet for the data source. After I’ve changed the GS column type to plain text, the problem never occurs.

Thanks a lot.

2 Likes