Skip to main content
Solved

How to skip a blank line from getting an order created for the blank inventory ID

  • March 9, 2025
  • 2 replies
  • 60 views

Forum|alt.badge.img

Hello All,

I have been working on an import scenario, where I have some blank values in Inventory ID column for which i would like to skip those rows. How can I achieve that?

The data:

 

The import scenario:

 

Best answer by Django

I’m thinking that you want to use a Source Filter so that rows with a missing value are excluded from processing.

2 replies

Forum|alt.badge.img+7
  • Captain II
  • Answer
  • March 9, 2025

I’m thinking that you want to use a Source Filter so that rows with a missing value are excluded from processing.


Forum|alt.badge.img
  • Author
  • Semi-Pro II
  • March 10, 2025

I’m thinking that you want to use a Source Filter so that rows with a missing value are excluded from processing.

Hey ​@Django , thank you sooo much. It really worked!!