Hello! I'm new to AppSheet but love it so far...

Hello! Iโ€™m new to AppSheet but love it so far. I created a very basic app that has is a short survey form with Yes/No questions. The help I could use is if anyone who fills it out selects a โ€œNoโ€ on any of the questions in the survey, for it to send out an email, text, etc.

It could be a โ€œNoโ€ on one of the questions or several.

I only want to receive the email, text notification when that occurs.

Can anyone advise how thatโ€™s done? I was playing around with the workflow but couldnโ€™t seem to get it right. Any help would be much appreciated.

0 2 318
2 REPLIES 2

Hi Suvrutt, Thank you very much for this information.

Iโ€™ll run with.

Much appreciated! -Tom

Hi @Tom_Becknell,

Presume you wish to receive the email after the survey is submitted. If this is so, please explore following approach.

If you have say 4 questions in the survey, you could create a VC called say AllAnswers by concatenating Y/N responses columns to all answers. CONCATENATE( [Answer1],[Answer2],{Answer3],[Answer4])

In workflow rule (Underโ€ฆIF THIS IS TRUEโ€ฆ), please have a condition expression

such as

CONTAINS([AllAnswers], โ€œNโ€)

Please create the workflow rule for update event โ€œADDS ONLYโ€

You will receive an email if any ( or more or all) of the answers is /are โ€œNoโ€ after the user submits the survey.

Top Labels in this Space