Hi,
I'm having a form. on success of form i'm getting the last submitted record to variable i.e. on success of form Set(vMyRecord,Form1.LastSubmit)
Now, i want to rename ID column to Product ID.
Something like RenameColumns(vMyRecord,"ID","ProductID")
but it is throwing an error stating. invalid argument type record. expected table instead. any thoughts on this to resolve ?