We have a button on a form that we'd like to redirect to a specific panel on a CompositeForm. Right now the button redirects the user to the 1st panel of the Composite Form which is more or less the "home page of that form".
The button on the form is a navigation and the LPL for the Navigation is:
Button123 is a Navigation
form is Employee.LRCFullEmployeeProfile
I've tried appending ".DesiredPanelName" to "LRCFullEmployeeProfile" but receive an error on save and I'm not seeing any changes to the URL when I navigate between the panels on the composite form itself.
Any advice or guidance would be appreciated.