Not seeing folder groups for table links

Hi there,

I am getting lost after watching the videos on glide tables. I feel like I am doing the same thing that a template is doing but I can not get the tables to appear.

What I am trying to do:

  1. I have a database of houses in our table (unique)
  2. I am trying to link that to uploaded files which goes to an inventory table that has all the reports for each of the houses (credit report etc)

So there should be a link between the house and the uploaded file. The inventory table has many of the same property depending on the number of reports uploaded

I have the link working as I can see the column coming back but dont see it in the dropdown list


a

Could you please describe what you’re trying to do? Where do you want to upload an image?

I am trying to create the form to upload the appraisal report to. When uploading the file I want it to be in a separate table as there will be many reports for the same house. Then I want to link that table to the house table which has the unique record of houses

Target your form at the second table. Include a column in that table to hold a “House ID” that can be used to relate records back to the House table. Make sure that column is populated with the correct value when the form is saved.

1 Like