How to Pre-populate Parent look up name when i update child Lookup field value

raj,

Update your product query to also retrieve the ‘Name’ field from the product ({{$Model.product.data.0.Name}}.  In your model action, include a second update row action to update the ‘name’ field of the CL Product field.

Thanks,

Bill