Tips for SQL Server loop

Hi all, someone could help me with SQL Loop? I have a query that returns 3 Rows (select top(3) address from addresses), How could iterate on these lines and send http post for each line?

I didnt undestand documentation.

If someone could post a workflow exemple ill be ver grateful.

Hi guys, I could get this answer using two nodes SplitInBatches with IF node

Hi @Fabio_Valentim

The if node is not needed of this is just to stop the split in batch node from looping.
The split in batch node stops automatically.
Of course if you want to something else after you would need an IF node to check if the loop is done and continue.

1 Like

thank you for your comments :wink: