The load queue is reading data from an Excel input file. However, when I look at the queue in Orchestrator, empty Excel values are not actually on “empty”.
Consequently in the process queue, item.isnullorempty does not work because it will read " ".
How can I easily solve this without checking that every variable (there are a lot) is actually empty empty?
I do not want to remove the entire row in the queue in Orchestrator. I just want to make sure that empty cells are actually read as empty cells and not as “” when the Excel input file has a specific layout such as “text” or “general” or “number”.