I am implementing a Paid Time Off request workflow. Google provides all the code for this in Request and approve time off Apps Script Enhancement.
I ran into a few issues and have fixed all of them except one; I cannot get the trigger I want. The instructions say to set up a trigger as follows: Click "Resources>Current Projects Triggers" Setup a new trigger. - The first field you should select "OnFormSubmit", select “From spreadsheet” for the second field, and the third field select "On Form Submit". - Optionally click notifications and set-up an email address that will receive failure notifications. - Save
I select "OnFormSubmit" in the Run field as instructed but in the Event field, the only option I can select is Time-driven.
