I have tried to update the fields using the following expression, however the data which got from interface is becoming null and record type is updating only with the expression values. Can any one pick it up and shoot it?
Discussion posts and replies are publicly visible
It looks like the issue is happening because the record variable is being overwritten instead of just updating a few fields.
When using a!update(), make sure you are updating the existing record data and not replacing it completely.
a!update()