Hi folks,
I discoverd a cool startup (https://sheetsu.com) that allows people the use Google sheets to create a RESTful API out of it.
Per example, here is the static code that Webflow is rendering for my button:
<div class="w-clearfix div-btn">
<a href="#" id="splashy-button" class="button">I'm here to help ></a></div>
All cool at that point.
My GET response is (from sheetsu.com)):
{"status":200,"success":true,"result":
[{"key-id":"1-picture","value":"https://pascalandy.com/blog/content/images/2014/10/Pascal-Andy-profil-1280-f.jpg"},
{"key-id":"2-paragraph","value":"My name is Jenny Stamper. I help the Underwood family to get what he needs when the stakes are high. The good news is ... I can do it for you too.\n\nQuiet, cold, and calculating, I'm a vital element in any political machine. My talents for discretion allow me to be ruthlessly efficient. Thank me later."},
{"key-id":"3-button-label","value":"I'm here to help \u003e"},
{"key-id":"4-button-url","value":"https://pascalandy.com/blog/"}
]}
My question is:
How do I include the dynamic value in my webflow code ?
How should I write the notation in my HTML file to includ this data:
{βkey-idβ:β3-button-labelβ,βvalueβ:βIβm here to help \u003eβ}
Many thanks in advance !
Pascal
β β β β β β β β β β β β
From my google spreadsheet
from the HTML webflow rendered