# Insert Data Block

This inserts extra data into the variables or table.

### Import file <a href="#import-file" id="import-file"></a>

Put the contents of the file in a variable or the table column. You need to allow GoLess to access the file URLs to use this functionality.

1. Open `chrome://extensions`
2. Find GoLess and click **"Details"**
3. Scroll down and turn on **"Allow access to file URLs"**

You can type the absolute path of the file or the file's URL in the value text field:

* Absolute Path
  * Windows: `C:\Users\Public\Documents\test.docx`
  * MacOS: `/Users/Josh/Desktop/documents.pdf`
* URL
  * `https://example.com/files/file.pdf`
  * `https://example.com/list.txt`

\
\\
