I need to merge the submission data of fields from multiple webforms into a single view. For example, 3 webforms each with fields name, date, topic. I want a single view to pull submission data from all 3 forms and display these 3 fields sorted by submission date. Is this possible?
When creating this type of view using nodes, I can render the Title field from multiple content types in a single view (also other fields if they were re-used across content types). But webform submission fields (elements) can’t be re-used across different webforms so how would I merge them in a single view?