JavaScript snippet export data from 2 models

Jesus, one way to accomplish this would be to have a 3rd Model which contains fields shared by Model 1 and Model 2, and then to use the “Adopt Rows” action to grab all the data rows from Model 1 and Model 2 and adopt those rows into Model 3 — and then export Model 3. To do this you’ll need to ensure that all of the fields that are in Model 1 and Model 2 which you want to export are included in Model 3.