I have a SMO backed by a DB Table, and I'm trying to set the value of one of the columns to null using Update method but it's not working. I'm doing this from within Workflow and setting the value to EmptyString function.
So what's the workaround?
I have a SMO backed by a DB Table, and I'm trying to set the value of one of the columns to null using Update method but it's not working. I'm doing this from within Workflow and setting the value to EmptyString function.
So what's the workaround?
Best answer by Praveen123
Thanks Kimberly. That's what I noticed when I used GetFileFromContent function and passed empty text in content. Looks like we will have to use stored proc or trigger in DB to nullify the column value.
Thank you both - Kate and Kimberly - for responding to my query.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.