Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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