Hi,
Just want to know if anyone facing the same issue...
The assignment I created to assign default value for a lookup field fails when the field has some value.
Say, If country (lookup) field is null, then assign a default country "XYZ".
I am trying with this assignement expression...
if ( IS_NULL(country.[record]), country[XYZ], country.[record])
Thanks and best regards,
Arun prabhu S