Create new rows in Google BigQuery from new Refiner survey submissions
Create new rows in Google BigQuery from new Refiner survey submissions
Get this templateApps used in template
About
This template creates new rows in a Google BigQuery table based on new Refiner survey submissions.
The template expects your Refiner survey to have these questions:
- How likely are you to recommend our service a friend or colleague? (as an NPS score question)
- What do you value you most about our service? (as an open question)
- How many starts would you give us? (as a star rating question)
The template also expects your destination BigQuery table to have these columns:
received_at
as datetimenps
as integerstarts
as integerwhat_do_you_value
as string
Note that email values from Refiner will only be passed to BigQuery if they are available for the particular survey submission.
Create your own workflow
Create custom workflows by choosing triggers, actions, and searches. A trigger is an event that launches the workflow, an action is the event.
Creates a new dataset.
Creates a new, empty table in the dataset.
Deletes the dataset specified by ID.
Deletes the table specified by ID.
Retrieves results of a specified query.
Returns the dataset specified by dataset ID.
Gets the specified table resource by table ID.
Creates a new user in Refiner or updates an already existing user.
Lists all contacts.
FAQ
See Make in action
See how Make works