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 signs of #, &, + are not found although corresponding records exist in the Airtable Database. Also i got no Error Message.
Example 1 not working correctly:
Within the voiceflow api i used the following Request URL:
https://api.airtable.com/v0/blablabla/Table-Name?filterByFormula=Lower(E_Mail)=Lower("{user_email}")

This Command went ok for all E-Mail Adresses except containing signs of #, &, +.
Example 2 Working correctly.
After some try and error i found a solution working with all my testet E-Mail Addresses.
Within the voiceflow API Get Command i used the following Request URL and Parameter Assignments.
https://api.airtable.com/v0/blablabla/Table-Name?

I don’t know the Differenz between A und B. Maybe somone from the Airtable forum knows the answer.
Thank you for your good support