I just started learning Google Scripts 3 days ago and was tasked to create a data entry program. I am trying to create a data entry program where inputting the data in the web app will automatically log the data inputted in the Google Spreadsheets. I have successfully created one but I need to create another one for a different type of data but I also need it to be in the same sheet.
I have tried creating my Index.html as the homepage with two buttons which should link to the other two htmls I have created but using doesn't seem to be working as it just tells me that the file does not exist or cannot be accessed. I have looked into some references but I cannot understand some of the important parts or does not explain much.
references: Where I Learned Google App Scripts
How to use google script web app with multiple pages in google site?