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:
-
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?
-
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.