Add values to related table from main Form

Hi There!

I’m trying to recreate behaviour of the following app (add multiple photos)

https://www.appsheet.com/templates/How-to-add-multiple-photos-to-a-single-row?appGuidString=cad8926b-435b-42b0-b2b5-2ed6c82bfcab

What I need is the ability add values to related tables inside “Create” form in the same manner as on screenshot (“new button”)

I have already linked 2 tables that I need and related values are succesfully displayed in Inline view (added my own photo for test)

But I cannot configure appsheet to show this “new” button in form related to main table

At first I thought that it is caused by “Show” columns that I use to break form into smaller parts. But, in the app above it is not a problem (added virtual breaks for hypothesis testing):

hey,
If you aren’t able to see the add button (i.e new) in form view, you can check the behavior for add button. you might have set context(“ViewType”)=“Detail” in the “only if this condition is true”

1 Like

Figured it out myself, it is actually “Is a part of” functionality.
To add inline items in the form you shoul tick “Is a part of” in a column that is considered Foreign Key to the main table

3 Likes