2 Node Runs When There Should Be 1?

Hey Everyone,

I am really struggling to understand why there are two runs occurring when I try run this workflow even though there is clearly only one item input. Please see images.

If anyone can help that would be awesome.

It’s because the Stripe Get a Customer 1 retunrs 2 items and not one.

If the node returns two outputs, the array has more than one element inside, the nodes after the output note handles this one-by-one, so either you need to limit the get customer to one.

In the stripe output in your screenshot it says Run 2 of 2 (1 item).

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