Basic overview:
Getting values from excel spreadsheet to put into a sharepoint list, but I need to check if the value is null, otherwise the list (i.e. the column Person / Group) throws error and doesnt add the entry.
So - I created the variable "OwnerField" which gets populated with a persons name, but on occassion, there is no person - so I have a condition to see if that variable is empty > condition Yes or No - if true, then populate with "No user assigned" if false, then it has a value - which is that variable's value.
This works - until it doesnt. 😞
E.g. My variable input is blank, but my condition is false. The next entry, my variable input is blank, but my condition is true. (see attached)
Value 7 is correct! it satisfies condition with result true, and then pastes in as expected

Value 6 is not correct - its blank, but still satisfies false

Any help is greatly appreciated