Flow scenario #1: Send a survey daily

Kaizala Developer Platform team

I have picked up a scenario where you might need to send a survey with the same set of questions on a daily basis. This could be automated very simply using Microsoft Flow. In case you are new to Flow or the Kaizala connector, suggest you read this post to get started.

Trigger

This scenario will need a Recurrence trigger to be triggered every day at a set time. You can search for Recurrence and configure it with your desired frequency. Following, I have shown a screenshot of my example. (configured to run everyday at 7AM).

survey trigger

Action

Subsequently you can add a Kaizala action to send the survey. Search for “Send action on a group” and add it to the flow. You can configure the title, visibility, anonymity, multiple responses, due date (in hours) and questions.

The questions field is a JSON array of question(s) that are in the format {“title”:”string”, “type”:”string”}. For details on supported types in questions refer documentation. Following screenshot shows sample.

survey action

I wanted the title to have the date information – so I added an expression as shown below.

date time format

Screenshots of the flow

Complete flow

(recurrence trigger and the send survey action) looks like this:

flow snapshot

Survey on phone

survey on phone

Hope that was helpful. Thank you for reading!

Feedback usabilla icon