When using Flow to copy a item in a Sharepoint LIst to another SHareoint List, I am running into problems handling Lookup Fields.
If the source Sharepoint Item has a Lookup field and its empty (null) and you try to create a new item from this source the Flow will throw an error because FLow (much like SHarepoint Designer in the past) can not hanlde setting a Lookup field to Null.
I would like to know if there is way using expressions that I can test the input field (from the source item) for null and then do nothing to avoid the error thrown. I know I can instead use a text field in the target and set it to the Lookup field value and that is one solution but not the best one.
This is a really simple Flow that archives items from one Sharepoint List into another but there are multiple lookup fields and all of them can be empty -- actually FLow should be able to hanlde setting a lookup field to null but if I could use an IF expression that tests for null that might be a reasonable workaround