Magic

Magic

190k Downloads

add support to placeholder/variable on ModifyAttribute action

Brushette opened this issue ยท 0 comments

commented

Currently it's possible to do

- class: ModifyAttribute
  attribute: attribute1
  value: x + 1

but using

- class: ModifyAttribute
  attribute: attribute1
  value: x + attribute2

is giving an error Unable to parse value in ModifyAttribute