I'm using Ignition Cloud 8.3.7. I'm working on a perspective view in the designer and some changes I am making don't stick. For example, I wrapped a text input in a flex row and then added a label. I bound the text of the label with an expression "Well " + {view.params.well} + " Name:" and well = 1, but the text stays "Label" instead of "Well 1 Name:".
I've saved the project and the change takes effect on the page, but other issues are more concerning. I've tried to change the properties of the Flex container and the changes are immediately rejected. I tried to change the label to grow: 1 and shrink: 0 and increase basis: 150px, but nothing happens. Saving doesn't translate to changes on the live page.