Can the template be a spreadsheet?
Do you output a spreadsheet or a PDF?
I'm working with another user on a process that seems to be working.
Insert a column in the sheet that contains the data for the merge and put this formula in row one. =ArrayFormula(if(row(B:B)=1,"row",row(B:B))) That will assign a row number to each row.
In the spreadsheet template, create a sheet that had the titles that are the same as your data sheet. You might want to name this sheet "data".
In cell a2 of Data sheet insert this formula,
=filter(importrange("Link to data spreadsheet","FormResponses1!b2:nr"),importrange("Link to data spreadsheet","FormResponses1!a2:a")=row!A2) You need to change the "Link to the spreadsheet and the other fields as needed.
In another sheet named "row" in the template, put a merge tag <<row>>. This is the only merge tag used in Autocrat.
In your template, create your Report sheet using assignments statements to pull data from the Data Sheet, row two.
=data!B2 Use the Image Function to pull in the image file. =image(data!x2)
How all of this works. When you set up the Autocrat merge you only use the merge tag <<row>>.
Autocrat will make a copy of the template.
The importrange and filter statement will pull the data from the source to the new spreadsheet but only for the single row.
You want to have the folder for the output to be "anyone with the link". This prevents needing to "allow" the connection between the two spreadsheets.
You want to hide the Data and Row sheets so the user only sees the Report part of the template.
I created a very small example folder
Submit a form here if you want to help test the process.