Multiple Destinations in NetSuite Import Fail Issues

I have an automated flow created that has data to update the listed price in NetSuite. There are 3 destinations/applications setup because of the 3 inventory types in NetSuite( Item, Kit and Assembly Item).

Below is what the flow looks like.

External Database -> NS Inventory Item -> NS Kit Item -> NS Assembly Item

If I run the flow with 3 items(1 of each type) I have 2 errors on each of the flows. Is there a way that I am able to adjust settings so that when I send my 3 items through the 3 destinations it only has 2 errors after the Inventory Item Destination, 1 error after the NS Kit Item Destination, and 0 errors after the NS Assembly Item Destination(based on the situation I have provided above). However if I had 3 part numbers that were not in our system at all I would want all 3 errors to appear after the Assembly Item application has been run.

Currently I have I have the next application to run regardless of the errors as I want all 3 applications to run, I just would not prefer to have all of my errors at the end that aren't found in my system so I am able to troubleshoot actual items not in my system.

Hello,

I have moved this post to the Toubleshoot custom flows section for more visibility. Thanks!

@mattkarel you could use branching and run these parallel instead of in series. Here is an example we did for a Square demo:

Hi Tyler thanks for information.
I see on the branching you are able to look for a record type based on whether it is marked. The file we would be using would only have a SKU which could be 1 of the 3 item types. Is there a way to still do branching without having the identifying field on the file?

@mattkarel so you don't know if the item type prior to import? You could create a lookup to NetSuite just before the branch, result map the item type into the data, then branch off of it.