Best answer

We couldn't find a static lead after app upgrade

  • 29 June 2022
  • 1 reply
  • 17 views

Userlevel 1

Hello. I am working on a zapier cli app for sending leads to Zapier. I have set up a sample lead which works fine when I am creating a zap for the first time.

 

The problem is that when I push a new version of my app and try to update the existing app to the new app version I can’t test the trigger anymore.

 

This is the error I get:

 

We couldn't find a lead

Create a new lead in your  zapier-lp-test (1.0.1) logo EMAIL account and test your trigger again.

 

Does anyone know why the sample data can’t be retrieved after upgrading the app version? Note the nothing new is in the new version, I just bumped the version number.

 

Note: We set performList to a function that just returns a static lead.

icon

Best answer by Paulo Matos 29 June 2022, 19:41

View original

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

Userlevel 1

I solved the issue by returning a different sample data on my performList function. Previously I was always returning the same data that’s why Zapier was saying that a new lead could not be found!