Skip to main content
Solved

Find Record fails when searching using an email address containing an alias, e.g. foo+test@bar.com

  • November 20, 2020
  • 3 replies
  • 26 views

Per the title.

Is this a bug? If so, is there an ETA for a fix?

Is there a workaround?

Best answer by Bill_French

Hi Ian, and welcome to the community!

Just a wild hunch…

Probably not a bug; more likely a character encoding issue in your find code. The plus sign (+) is a special character and you may need to encode it for the search to work.

3 replies

Forum|alt.badge.img+19
  • Inspiring
  • Answer
  • November 20, 2020

Hi Ian, and welcome to the community!

Just a wild hunch…

Probably not a bug; more likely a character encoding issue in your find code. The plus sign (+) is a special character and you may need to encode it for the search to work.


  • Author
  • New Participant
  • November 20, 2020

Hi Ian, and welcome to the community!

Just a wild hunch…

Probably not a bug; more likely a character encoding issue in your find code. The plus sign (+) is a special character and you may need to encode it for the search to work.


It sounds like this is a Zapier bug with URL encoding, opening an issue there.


Forum|alt.badge.img+19
  • Inspiring
  • November 20, 2020

It sounds like this is a Zapier bug with URL encoding, opening an issue there.


Possibly, but not enough data to be certain yet.