Hey team ! I am using two API calls - one POST and one GET on the same endpoint. Here is how it works :
The POST method allows me to push infos of the person I want to enrich. The response is an ID
I use the ID in the endpoint of my GET call to the receive the enriched infos
Thing is I need a delay between the run of the two calls otherwise I think that the “get” call fires too fast and returns an empty result, could you help me with this ? Here is the link to my table
Hi Alexy, Thanks for reaching out. I think the best course of action would be to toggle off the "Auto-update" button for your GET column. https://downloads.intercomcdn.com/i/o/w28k1kwz/1256501004/fccd1329cd5f5ce9e8cb66015eca/CleanShot+2024-11-18+at+13_25_42%402x.png?expires=1731956400&signature=a339e0c1b0bf5db13f4ade158887a01b5c4ebd388c79457700adaef0654e4459&req=dSIiEMx%2BnIFfXfMW1HO4zUlUrTEpoWtkkquCTQoF9i7mT6%2FdN4HR4xLjDNpX%0ABdK%2F%0A This will ensure that when a previous column (like the POST column) is run, this column won't automatically trigger as well and will need to be activated manually. That should resolve the issue. Let me know if this works!
I am happy I could help! Is there anything else I can help you with?
All good thanks !