Can someone explain to me how to go about navigating to a new page in google apps script is done ? My initial thought is to hide or delete all child elements within the app and then rebuild it accordingly. Is this the right approach ?
thanks in advance
Srik already arrived one very common approach for page navigation/organization.
Here is another way using a query string attribute to fork off to a different UI path. This has the added benefit of getting the activity "spinner".
You can see it in action at this link below with the code powering it underneath it. Hope this provides another perspective.
https://script.google.com/macros/s/AKfycbx68wR5HmCbil_LY8LlMd2m16_xNEdEtXq7-YfgqsMPqeoe-E3L/exec
One way is to have different panels representing different pages. Initially hide all but the first page and then unhide subsequent pages