Hello! Some background before my question: I am only passing familiar with coding (I have not coded for 6 years), enough to read and be pointed in the right direction but not enough to understand the finer nuances of code, so be gentle with me
My task: I am trying to link particular text fields / image fields on a āScoreboardā (which will most likely be a Container object holding text and image fields) to specific fields in a google spreadsheet .
For example, if I update the Total Score (in the spreadsheet) of a player, it will reflect this new value in the āTotalā textfield of the āScoreboardā container object.
Can this actually be done using wixcode? I already have a google sheet ready to link with and a sample site that is mostly done up; just need to find a way to efficiently update the data/info on this site instead of manually entering everything the scores change.
I am not really sure where to even begin looking, so even pointing me in the right direction would be immensely helpful. Thanks!!