Dealing with MS SQL RowVersion

I am dealing with a legacy app using MS SQL for some data tables.
If I try to insert a record in those tables I must provide a RowVersion value in the specific column.
Seems like RowVersion is a timestamp converted to binary.
Trying to feed an Number, Datetime or Text type results in an error.
How can this be handled in Appsheets?
How to convert a DateTime to binary?

0 2 104
2 REPLIES 2
Top Labels in this Space