Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hello! I'm calling an API function each row in a table. But in some cases the API throttles and the result returns null.
Can I create some rule that the function only go to the next row when the result isn't null?
Use try ... otherwise ... as a cheap way to retry an API call. If you need to wait a bit, read about Function.InvokeAfter