I currently have a zap that uses python in code by zapier.
- This script make an API call and returns 999 values in JSON (1000 is the limit)
- Trying maintain a real-time updates on values in multiple columns on these 1000 records
- My API call through code by zapier grabs all of the latest information when it runs.
- When I go through the steps in edit it seems to work on the one I use as example
- When I run the entire zap it gives me the “ no new data” message every single time.
- It appears that the script does not actually refresh my API information within the zap when I press run
- I am not sure it is going through each of the 999 records either
- When it searches for a record, it add a new record if a match is not found. The the next step I have it updating the information on existing. Is that the correct process to do this?
I probably just need to be pointed in the right direction. Here is a screenshot of the zaps.
![](https://uploads-us-west-2.insided.com/zapier-ca/attachment/7e9e04f1-fd0b-488d-b33d-8c412d229635.png)