Hi,

Here's the scenario, and a real example: I've installed commerce module and that created a product entity. In that entity, I've created a bunch of fields, among which two are term reference fields, say field_foo and field_bar. I've also created a product content type and I've created the same bunch of fields, all of which are product references. I then went on to Rules, and created a rule. I've added After saving a new commerce product, After updating an existing commerce product as event; and added Create a new entity as an action, set the necessary parameters and all. Then I've added another action Set data value. In the next screen, I selected entity-created:field-urun as target and commerce-product as source data selectors. I've then browsed to /admin/commerce/products, clicked Edit and saved the product. Now the sensible thing is to copy all data. However, all data is copied, except terms. What am I to do in this case?

Sorry if this is too long.