Hi Team,
In OSB I am reading a file with multiple records and within the For-Each i am invoking a external service to push the records one-by-one , and if there is an error in the any record(lets say 10th record) I am expecting flow to continue with the next record (11th record).
To handle this i am using Resume in the Error-Handling but no luck , flow is just getting out of that stage(For-Each is not continuing with the next record) . My requirement is to continue with the for-loop with the next record in the file.
Could you please advise here on the approach.
I am new to OSB any advice here will be much appreciated.