The Google Sheets Provider supports images inserted by URL in your spreadsheet to integrate them into your Flowics Graphics. The image must be hosted and served over http or https protocols, however, it is highly recommended to use https to prevent mixed content.
Note: You can only use URLs that aren't hosted at drive.google.com.
Info
If the image is inserted directly into the cell (doing: INSERT> IMAGE> IMAGE IN CELL), it will not be available for use in the provider.
The function IMAGE allows you to insert an image into a cell.
Syntax
=IMAGE("url")
url- The URL of the image, including protocol (e.g.http://).The value of
urlmust be enclosed in quotation marks.
