My ultimate goal is to have a short survey in Typeform where users start a software license request. An email is sent based on conditions to one to three addresses depending on the aforementioned conditions.
What I have so far is the Typeform survey with a contact info page to collect first / last names and their email address. A multiple choice page with A - H and a second page that the intent is if option C is selected you will see this page with a few more module licenses for option C before completion. For now I’m good with just making all but C work. A Zapier Table with a Software field and text names of the software then field 2 Software Cost formatted for US currency to two decimals.
Currently I have:
- Software Selection - this taps the Typeform survey
- Zapier Tables - Find Records (Output as Line Items)
- Configure
- Table ID References Zapier Table
- Filter Count 1
- Lookup Field1 Software
- Operator is one of
- Lookup Value references Software Selection Typeform data where all multiple choice options reside
- Successful if no seach results are found Yes, mark “successful” and run steps that use search result
- If multiple search results are found Group all search results as line-items
- Formatter - Text
- Transform Split Text
- Input References table pulling Software names out
- Separator a comma
- Segment Index <empty>
- Formatter - Numbers
- Transform Format Currency
- Input References table pulling software prices out
- Currency US Dollar
- Currency Locale English (US)
- Currency Format )]#,##0.00
Now is where I have been spinning wheels. I’m not sure how to proceed to collecting the choices from Typeform where I can extract the name of the software they clicked and tally the cost of the request. I had originally envisioned three thresholds where under $50 only email me, under $100 email me and another, over $100 email myself and two others. Seeing how troublesome this has become I’m happy with just tally and email me until I learn more Zapier usage.
I tried messing with a step for Typeform where I Lookup Responses but so far have been unable to extract results. The email step is in there in case I accidentally got something working and for testing. I get an email with my body of text but I think I’d need to do more referencing in the email composition to include the results but I’m still stuck on result gathering