Users might may want to add a dynamic element of time or date into any of the HootVid template text fields. The easiest way to accomplish this is by simply adding it to your Google Sheet Data.
...
In an empty column header type the function =IMPORTDATA("YOUR FEED LINK HERE")
This will pull that data into your sheet accompanied now by your dynamic time and date.
Info |
---|
For instructions on using this Google Sheet as a data source within HootVid, review the help documentation found here: How to use a Google Sheet as a Data Source |
Additional functions exist to pull in the data from other data source formats.
IMPORTXML
: Imports data from any of various structured data types including XML, HTML, CSV, TSV, and RSS and ATOM XML feeds.
IMPORTRANGE
: Imports a range of cells from a specified spreadsheet.
IMPORTHTML
: Imports data from a table or list within an HTML page.
IMPORTFEED
: Imports a RSS or ATOM feed.