Set up a Copy Record Process Model

I am trying to set up a related action that will allow me to add a new record, but copy all the attributes of the record that I am currently on. Currently I can only get it to update the current record. I think I need to remove the primary key that is present before writing the new record, but Im not sure.

Example: I have a list of record type: vehicles. I want to be able to go to vehicle 1, click Copy, and then save, and it created vehicle 2. 

vehicle 1 [

color: black

year: 2019

]

vehicle 2 [

color: black

year: 2019

]

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data