I'm working on a project to help devise a solution to track all of our organisation's skills & talent initiatives, plus that will provide us with some useful metrics.
The plan is have 2 forms - part 1 that collates all of the schemes' information and then a part 2 that collates information on outputs, but which is sent annually or when a scheme closes.
I've looked into the best way of doing this, as I'm conscious there's no immediate way of linking the data sets together i.e. they won't appear on the same row without a loss of functionality (using update requests - you lose the benefits of a form) or downsides (data on different rows, or in a different sheet, need to link them together etc).
Having looked at the Community forums, there seems to be various data linking strategies - including using 2 separate forms/sheets for the collation of data; using a custom form URL string; perhaps a copy/move automation into helper sheets and then in a "summary sheet" using INDEX/MATCH to pull together the 2 sets of data:
https://community.smartsheet.com/discussion/88035/how-can-i-link-two-forms-from-two-different-sheets-to-put-the-answers-on-one-singular-sheet
https://community.smartsheet.com/discussion/139333/issue-with-smart-sheets-forms-automation-and-data-not-being-recorded-in-the-right-row
https://community.smartsheet.com/discussion/138661/send-custom-form-links-using-automation
The unique identifier/common denominator would be the name of the scheme in each sheet. Is it possible using INDEX/MATCH or VLOOKUP, which has a helper column referencing the unique identifier, to pull the data from sheets 1 and 2 into a roll up sheet that has all the columns from sheets 1 and 2, without having to have formula references in each column?
If not, just wondering the best way to achieve what I need?
I'm also wondering if the new Column Links functionality could assist with this? Got a feeling it might not do as I read there might be a limit of 20 links?