Webhook + MySQL + Loop

How do I loop through the plans that are in the webhook, with the input to the loop coming from the database query on the previous node?
I don’t want to run this SQL query for each item in the loop

Hey @Felipe_Monteiro,

Welcome to the community :cake:

Without seeing the data it is tricky to say but you could use a merge node to bring the items from the webhook to the loop node or use a code / edit fields node to reference the data first.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.