When you build complex applications on Google Apps Script, you quickly run into the challenge of Routing.
Routing is the core mechanism in a web application that determines which code should be executed and what content should be displayed to the user in response to a specific request.
I've detailed the core issue and its nuances in the comments below.
Have you encountered this routing problem, and how did you solve it in your projects?
