I’m using Commerce module and I have a line item with a computed field that’s calculating a date. This field finally shows a date.
Then during the checkout process I have a form with a Date field (part of the Order). I’m running some Rules and finally I have to copy one of the calculated dates to this field but i couldn’t by rules.
I tried with a simple rule "set a data value" trying to copy the Computed field value to the other field. I put a "has field" with the CF. Then in actions, the field doesn’t appear in the data selector.
This is normal? Is there another method to do it?