How to stop node from executing twice?

I have a issue , the node runs twice internally which gives 2 outputs , and icannot merge or combine them , how to handle it

1 Like

Depends on how wou want to go further.

two options:

  1. Go to settings (top of the node) and switch “execute once” on
  2. Add a “limit” node after this one and set it to 1

Hi @Sai_Varshini Welcome!
How i prevent this is by using a aggregate node to only send 1 item to the next node so that it does not execute like 4-5 times, you can also use a codeNode and curate a small script that would receive data and would pass only 1 item according to your JSON schema.