Check that provisioning isn't null before using value in update
- Check that provisioning isn't null before using value in update
There was an issue where nullProvisioning
was showing up in some
messages due to empty values. To address this, the value is checked to
be non null/empty before being used.