Attachment template grabbing incorrect columns

Hello!

I have a table Jobs. And a related table called Plans.

Plans reference jobs via the job id column.

Here is a plans entry within the app:

โ€ƒ

Screenshot_20220611-130252_AppSheet.jpg

And here is the associated job attachment report:

โ€ƒ

Screenshot_20220611-125800_Adobe Acrobat.jpg

As you can see this is not displaying the correct column information. It is actually grabbing the column information from the job table.

This is the plans table in the attachment template.

From my understanding this should work. Or did I do something wrong?

Screenshot_20220611-130648_Docs.jpg

Solved Solved
0 1 50
1 ACCEPTED SOLUTION

Apparently this is due to the way AppSheet parses START expression combined with carriage returns (not sure exactly how it works..). However try

PLANS

<<Start: [Related Plans]>>

Date<<[Date]>>
Technician<<{Technician]>>
etc.etc.

<<End>>

View solution in original post

1 REPLY 1

Apparently this is due to the way AppSheet parses START expression combined with carriage returns (not sure exactly how it works..). However try

PLANS

<<Start: [Related Plans]>>

Date<<[Date]>>
Technician<<{Technician]>>
etc.etc.

<<End>>

Top Labels in this Space