I have a process where I read a Google Spreadsheet and store data into a DataTable.
Using a Foreach, I put value into variables (model, serial number, email address…) and automatically generated an e-mail message specific for each user.
Into body of the email I pass a link that redirect to a Google Forms, where the user must to click and complete manually.
It is possible to pass the variable serial number dynamically into the Google Form?
I want that each user open the Google Forms and can see his serial number.
Using your input about parameters into URL, I customize my link. I have generated the link from the module, so in this way I’m able to extract the field name.