Orderful Import is ignoring records with no input filter

I have the following flow. There's no filters on the Orderful Import at the end.

And yet it's ignoring the last step.

Any clues on why that is?

Hi @jackharris - there must be a setting in the Orderful import step that is causing it to get ignored. In some imports for example, if the record already exists in the system then it gets ignored. I'm wondering if something like that is going on.

1 Like

It could also be an issue with your script on the orderful step. If it's outputting an empty record, then IO ignores it. I'm not sure what type of script is there based on the screenshot.

1 Like

I was able to find that the pre-map script on the Orderful step was creating a blank record when run. No clue why. The purpose of the pre-map was to get Interchange, Group, and Transaction Set Control Numbers. So, I split the script up into the earlier steps of the process. It creates the Interchange and Group in the initial export call and then makes the Transaction Set Control Numbers on the second lookup because I need one per response.

2 Likes