SC question - should setting a Response stop the proceeding Server Connect Action Steps?

As above, concluding our stripe integrations at the moment - I had Set Response ‘200’ at the front end of he SC actions, and this stopped all proceeding actions from being actioned. So just wondering if this is a normal scenario?

Yes. The response server action step terminates the execution of server action at that point.
Very useful for access control.

1 Like

Thank you for confirming. Agreed, I’ve found it very useful for what I’m doing right now.