Hi everyone,
I am importing values from an excel sheet to a sharepoint list, for some reason if teh managed metadata column is left blank I get the error "The given guid does not exist in the term store". I parse a variable then if blank I send a null value.
The if statement is as follows,
If(equals(variables('varPayablePer'),''),null,variables('varPayablePer'))
Does anyone have any ideas?
TIA
Categories: