QR code forms built into Ubiqod allow users to take photos directly from their devices.
These photos can come in handy for:
- Pinpointing and documenting an issue in a building
- Adding an extra verification step to confirm someone's presence on-site
- Providing a visual record of work completed on-site
Photos are sent through the various
Ubiqod dispatches. This tutorial walks you through how to store those photos in Google Drive, with a link to each photo from a Google Sheets spreadsheet that also captures other data such as the event date and event type.
To do this, we'll use
Make, a no-code automation platform with a native Ubiqod connector.
In the form settings, turn on photo capture under Advanced Options:
Select which camera to use, as well as the resolution for the photos.
Step 2: Send Data to Make
Here's an example workflow for saving an image captured through an Ubiqod form to Google Drive:
It includes 2 steps after receiving the data:
Text Parser
This step strips the image type information from the file header (the text to parse, in the bottom field, is data:photo):
Upload a File (Google Drive)
This step converts the file into a JPG image (the image from Ubiqod is a base64-encoded JPG):
Step 4: Insert a Link to the Photo in a Google Sheets Spreadsheet
The Google Drive action returns a link to the newly created image file, which you can then add to a row in a Google Sheets spreadsheet each time a user submits a form:
That's it! You can now store and view photos taken by users through Ubiqod forms.