SOLVED

Re: token? velocity? I don't know what I want

Go to solution
Nicholas_Manojl
Level 9

Re: token? velocity? I don't know what I want

I think I remember doing something similar by using a Google Drive (Sheets) to populate all the info.

I then used Google Drive's publish and javascript API to display on the webpage.

Then it was a simple matter of keeping the Google Sheets up to date, which is easy whichever way you do it (manually or with formulas).

JD_Nelson
Level 10 - Community Advisor

Re: token? velocity? I don't know what I want

hmmm, yah, I have a basic excel sheet that I put dates in and it generates a big long html code block -- interesting about the ability to publish via js api though -- might need to look into that!