Hi,
I have an input form that includes a container that is optionally visible - something like:
<container type="visibleGroup" visibleIf="[folder/@label]='test'">
<input .... />
</container>
When I create (and save) a new record the section remains hidden. If I change record, or hit refresh (F5)
the section becomes visible.
How would I ensure the section becomes visible when the record is saved without requiring the user to
refresh manually
Thanks