Hello!
The Tulip instance I am working on has recently been updated to LTS 13, and one of the main changes that I’ve noticed is the difference in enabled state expression functionality, mainly in regards to copying/pasting expressions.
Previously, on LTS 12, when copying an expression the table and variable references were “pulled out” with the “@” attached. Which allowed for quickly copying a similar trigger and pasting it into another field. This no longer happens and the @ symbol needs to be re-entered manually (usually in a separate text editor).
Also, on LTS 13, when pasting an expression, the table and variable references will truncate\delete any trailing character.
Ex: Pasting “texttonumber(@Table Record.Current Event.ID)” would delete the “)” which will then need to be re-entered (or pre-entered).
These changes don’t stop any functionality from performing as expected, but they do make the enabled state expression editor work differently than the trigger expression editor. This also inhibits quickly configuring larger more dynamic expressions that were previously easily copy-pasted between fields.
Interested to hear if this is something that could be addressed or reverted in future instances.