The main table “ServiceLog” has “Related EstimateItems” virtual column (REF) to records in the table “EstimateItems” which has a column named “ServiceLog” which is (REF).
This works well within the app, however, I am unable to display the 'Related EstimateItems" properly in a workflow email attachment (PDF) using a Google Docs template. I need each related record (for ServiceLog 10637) to display one line per record in the attachment, similar to :
Description , Quantity , Amount
Item 1 10637 , 1.00 , $29.78
Item 2 10637 , 5.00 , $12.50
Item 3 10637 , 1.00 , $296.20
EstimateItems table :
Template expression :
<<Start:EstimateItems[ServiceLog]>> <<EstimateItems[Description]>> <<End>>
( the last section is showing <> instead of the word END between << and >> )
Result :