Adding an image in to a form?

Erel
New Member

Hi guys,

I am trying to add an image in to a form (company logo).
I have managed to do it on one of the forms using the following method:

Column name: Show Image
Type: Show
Category: Image

Content: “//OneDrive//FolderName//Filename”

It worked, however on all the other forms the image won’t display, i have replicated all the settings etc however it won’t display the image.

Any ideas why?

Note. the image I am using is saved on the one drive.

0 3 720
3 REPLIES 3

I am not clear on exactly where you are trying to get the company logo to appear. What do you mean by “form”. In AppSheet, Forms are the user input views. Are you trying to show the Image in the background of each user input Form?

By the way, the Type probably should be Image not Show.

Yep, so as pictured I am trying to add the company logo to appear when the user is entering information when completing a site inspection for example - the pictured one worked.

However, when I try it again on another app, using the exact same details the image doesn’t appear as how it does in the pictured one.

Any ideas

Ok, you want the Image to show on the form (not backgound). I’ll assume that you are wanting to show a single static image, that the Form is a new form each time. Where I cannot help is the OneDrive File Folder path expectations.

You can add an Image by including a Virtual Column in your data table, e.g Company Logo. Then fill out the Formula field with the full path. In Google Drive I can start from the “/appsheet” folder. If OneDrive has a similar structure then I would think you can do the same there as well.

From Google Drive the formula looks like this:

(full path = “/appsheet/Images/Service Insight Demo/ServiceInsighLogo2.png”)

The resulting form looks like the below (used Slice to re-order columns)

Top Labels in this Space