Need help with loops and API

Hey Bubblers.

I need your help with looping/iteration over some datasets/data-types in a combination of retrieving data from an API.
Two questions:

  1. I have data-type. I need to loop each row with specific cell in dataset → create POST request → get data from a request after response and send value/create a thing inside db. How to loop each row and send a value to an API?

  2. Then I need to take one value a front-end of my application → Loop each row in my DB and compare that value with some cells value → Pick one

Happy to hear you approaches.

This topic was automatically closed after 70 days. New replies are no longer allowed.