I saw it asks a few times but I still dont understand how to update a lookup table in Cloud with nothing or NULL.
For example, if someone has a termination date in the table, and they go active again, I simply want to remove the terminate date.
All the options I have tired throw an error of "invalid string".
So if someone has information in a Cloud lookup table it can never be removed?
EDIT
I guess I figured this out in that its a date/time field. I changed the field in the lookup table to be text instead and then I could write an empty string to it and it seems to work. Still would really like a dbnull token.