ruiz86
2
If you’re redirecting the user to the same page and only sending URL parameters to change the page view, the Group Focus should remain open, unless you add a “hide group focus” action after the user clicks on the Repeating Group cell. However, if you’re directing the user to another page (which wouldn’t be a best practice in this case), the Group Focus will default to closed. In that scenario, you would need to send a parameter in the URL (e.g., gf=visible) and create a workflow “Do when Get gf from page URL is visible” with a “Show Group Focus” action.