Dear Will,
Good evening. I am writing to learn whether FORIO has documentation related to extracting excel variable? It appears to me whenever I try data-f-bind it show properly on HTML page. But I cannot get the same variable when I am trying to get element’s content by ID/TAG/Class, etc.
For example:
I want to get the value of variable “Story_Content” or cell “C301”.
< span id=“test” data-f-bind=“Story_Content” data-flow-error=“Could not find world”>< span>
let x = document.getElementById(“test”).innerHTML;
console.log(x);
I cannot see innerHTML value or any text content. I would be very grateful if a small example could be provided on how to do it. I am basically trying to insert the variable located in Excel cell into youtube url. But since I cannot see innerHTML value of the element, I cannot achieve this.
With kind regards,
Akbar