Duplicating Workflow for Records in CRM (Supabase)
Anyone have a creative way or just an idea of a workflow to allow my users to duplicated records in their CRM to make data entry /creation faster ? Video for context : https://www.tella.tv/video/streamlining-property-management-with-supabase-1lei Let 's say you have "123 ABC Street " as a currently entered piece of data . I imagine that you already have a "Create new unit " API call or something along those lines . I would simply have a duplicate button that upon press will take the data from that current unit and use it in the create new unit API call Alternatively , have a "copy " function that will take that units data and pre -fill the create new unit form wiht it . Either via local storage or via a variable etc .