Hi
We have a unique use-case. We are using Typeform to give our sales team a way to profile a lead when they engage with it. To do this, we’ve created a button in salesforce that opens the typeform url and passes 5 hidden fields:
- username
- first
- last
- company
These are used to say “hi” to the user (username) and to confirm that they are trying to fill out a lead questionnaire for the appropriate lead (first, last, company and email). These are also used to sync the subsequent answers back to salesforce.
My question is this. When I map my typeform answers back to salesforce, I want to OMIT the “username” question. I can’t seem to be able to do that, however, and when I don’t map it, I get an “Exception: List index out of bounds: 5” error.
My assumption is that the “5” is because I am only mapping some of the fields? or is there something else going on?
This error only showed up after I added the “username” hidden field that is not mapped going back to salesforce
Thanks
Walter