Error with a null value
Comments
-
I have made some unique values to help get differentiate items I have. But when I make the values at times I will get an null value before I use a get item step and it gives me an error. Is there a way to skip those null values?
-
You could use a string equal step (equal to Null) or and is empty step to determine what values are the NULL ones and have those skip over the get item step to avoid the error