Hello!
When configuring enabled state expressions for button widgets, it would be useful if there were the ability to incorporate app info like in trigger expressions.
One main use case for this would be retrieving @App Info.Current Date Time to restrict buttons from being enabled if certain expiries have been exceeded. This is possible still through storing the @App Info.Current Date Time in a variable and then checking against that (and I’m sure other workarounds exist as well). But it would be great if this info were accessible directly in the enabled state expression.