dataverse-ify icon indicating copy to clipboard operation
dataverse-ify copied to clipboard

Problem clearing lookup field value

Open dmcweeney opened this issue 7 months ago • 0 comments

Hi,

I just noticed a problem wiping a lookup field values.

if I set the lookup prop value to null or empty string, odataify does not expand the property to its "[email protected]" name...

The odataified property comes back as just:

"property": null

whereas it should be translated to:

"[email protected]": null

Thanks, Donal

dmcweeney avatar Sep 12 '25 11:09 dmcweeney