I've been tasked with creating a workflow or function that lets Company 1 add rows (sales leads) containing simple client / salesperson data, and status of the lead. Company 2 would then access a sheet with this same client data, but only be required to change some drop-downs / text related to status.
I started with two separate sheets of identical columns and workflows to copy row data from Company 1 to Company 2s sheet, but then ran into the issue of Company 2s updates creating duplicate entries for Company 1 when 'passing' their changes back.
Can someone help me understand the best approach to implement a function like this? My worry is also ensuring a proper single source of truth for reporting. Would it make sense for Company 1 to use the data shuttle and import from an excel file instead when creating entries, then exporting / offloading the data containing updates / completes?
I feel like there can be many ways of varying efficiency to implement this and more importantly don't want to hand my director a frankensheet that could have been much more intuitive. Looking forward to hearing how others would tackle this!