Reputation: 51
I have a list of URLs for hundreds of images in a google spreadsheet. I want to create a google form that dynamically picks 50 of these images, displays them and asks a generic like it / hate it question, then submits this data along with the URL to a spreadsheet.
Is there a way to do this dynamically?
Upvotes: 4
Views: 12499
Reputation: 6791
AFAIK, you can create form using apps script using a function. But once created it becomes static. Only updating a form would make it as dynamic as possible.
References:
Create a web App using Apps Script.
Hope this helps.
Upvotes: 2