Column with row_id

Hello!
How can I get the row_id in a column?

In Airtable I can do it using a formula and typing RECORD_ID()

Can I use something similar in SeaTable?

Thank you!

Hi @nico1.

As far as I know the row ID is only used internally and for api / javascript and python. If you need a unique ID you should go for the “Auto number” or if you need it more specialized combine the auto number with the formula column.

Regards

Thank you for answer!
Regards.