I have a scenario where I want to set a lookup column to null from the workflow, as if the value was never selected.
Something equivalent to this PowerShell but in Nintex Workflow:
$item["ColumnName"] = $null
$item.update()
Thank you in advance ![]()
I have a scenario where I want to set a lookup column to null from the workflow, as if the value was never selected.
Something equivalent to this PowerShell but in Nintex Workflow:
$item["ColumnName"] = $null
$item.update()
Thank you in advance ![]()
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.