The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
I use a formula filterByFormula=Lower(E_Mail)=Lower("{user_email}".
If there is a special Character of # or & or + in the e-mail address, for example debby+maier@gmail.com the formula does not find correspondig records in airtable. Special Characte...
Issue:
I have a Voiceflow Skill using Airtable Database containing records with Name, E-Mail, etc. Records are found via search by E-Mail Address given from Amazon Alexa Account.
While testing i discovered that records with e-mail-Address including s...
Hi Bill,
i am using the https command within voiceflow api using get command.
I used this https command in the Request URL. (Special Characters don’t work]
“{user_email}”)
Now i have tried:
I don’t know the difference. But the second worked.
Thank yo...
Bill.French:
SUBSTITUTE({yourURL},"+","%2B")
Hi Bill, thank you for the fast response. May i ask for your support again.
i tried
filterByFormula=LOWER(SUBSTITUTE("{user_email}","+","%2B"))=Lower(E_Mail)=Lower("{user_email}")
it does not help. ...