The input field is instead a string field where the user can paste in the URL of a template hosted wherever he pleases.Even if he adds an action he wouldn’t otherwise need, this seems an ugly workaround. Unfortunately the input widget offers Google Drive only when the Zap uses it as a trigger or a prior action simply having set up a Connection isn’t enough. The input field instead says “Choose Template” and provides a way for the user to select a file from Google Drive or whatever other Connections he has configured in Zapier.Unfortunately an inputField of type “file” doesn’t open such a dialog, so this doesn’t seem to work. The Zap stores this file and makes it available to my code as some dehydrated reference.
When the user configures my action, he clicks an Upload Template input field, which opens a standard file dialog and lets him upload a local file.I’m building an integration that will merge data into a (presumably static) template, and I’m trying to figure out how to let the user point my app to the template.