Duplicate a row from that row's button

There is no “CopyRow” function currently, you need to use “AddRow” and set the columns values to ThisRow.[ColumnName]
See also here: Add CopyRows() capability
And a hack here: Instantly make a button to copy a row with lots of columns