Upgrade Issues 7.9.12 to 7.9.14

I’m just upgrading a project from version 7.9.12 to 7.9.14 and I’m facing the following 2 problems:

  1. one page is populated with a Template repeater. Inside each single template variables are assigned to components through Indirect addressing. 7.9.12 is running without problems, whereas 7.9.14 raises the following exception whenever I enter the page:
    image
    one exception for each item in the repeater.
  2. one page has a Template canvas. Each template background in the template canvas is colored based on an Expression binding such as
tag(concat("PLC2SCADA/bits/RCAE_",{tplRCAE.sourceID},"1_Alarm"))

sourceID is a Custom property which is passed to the template canvas as follows
image
Again: 7.9.12 is working as expected, whereas 7.9.14 is raising the following exception:
image

Any suggestion?

Thanks in advance, regards

1 Like

Thanks jpark for pointing me to your post: it seems you incurred just my same issue. I think I’ll have to stay with 7.9.12 then.

Posted a workaround here