Reference list of images

This is two parter:

1.  I have an action set up to add a new row to Photos table with updated record from referenced Jobs table.  This is working with a button but I would like to automate this to fire only when the user adds an image to Jobs Image column and saves form.  Is this possible without the button?

Solved #1 with Bot using data action.

2.  I have a reference column (Related Photos) in Jobs that points to Photos table that contain the Job ID and the image file paths.  I want to display all Related Photos.  I have column type as list with the item as Image type.  Right now the list just displays the file paths text.  Is there a way to show the actual images?

Solved Solved
0 3 885
1 ACCEPTED SOLUTION

I believe currently you will not be able to show photos in the list in the parent table in a detail view. 

However as a workaround, you could create a "gallery view"  on the Photos table with the view position as "ref" . Then the related photos for each Job ID will start showing like a related list with a gallery view.

In the example below, the images from the child order details table are showing as a related gallery view in the parent Orders table.

Suvrutt_Gurjar_0-1651942873639.png

 

View solution in original post

3 REPLIES 3

I believe currently you will not be able to show photos in the list in the parent table in a detail view. 

However as a workaround, you could create a "gallery view"  on the Photos table with the view position as "ref" . Then the related photos for each Job ID will start showing like a related list with a gallery view.

In the example below, the images from the child order details table are showing as a related gallery view in the parent Orders table.

Suvrutt_Gurjar_0-1651942873639.png

 

can you please help me how you get that gallery view slider in this place?

i am facing same issue and already created Q&A and link is below, can you please help.

https://www.googlecloudcommunity.com/gc/AppSheet-Q-A/get-multiple-matched-values-by-lookup/m-p/70804...

 

That worked perfectly!