Flow Services-Exit(Like Break):
The EXIT flow step allows you to exit the entire flow service or a single flow step. You specify whether you want to exit from:
*Exit $loop(would exit entire loop if BAD credit found)
*Exit $parent(would skip the BAD credit partner and continue)
*Exi...
vikalp07.hashnode.dev2 min read