Mail merge syntax for levelled apps
i am creating a mail merge template to pull data from levelled apps. The application is key controls and test steps is the levelled app. what is the syntax that i need to use to get the table format like below?
control title Test ID Test descriptioncontrol 1. Test 1. This is test
control 2. Test2. This is test
0
-
@Naresh260 the data is still linked via a cross-reference/related records field.
So, you'd still use TableStart:field_alias, fields, TableEnd:field_alias to get to the data.
0 -
thank you David. I am aware of this syntax. In order to get the above table ouput how do i list the syntaxes? One by one underneath?
0 -
They would be nested.
[TableStart:Source]
[TableStart:Topic] [TableStart:Section] [TableStart:SubSection] [TableEnd:SubSection] [TableEnd:Section] [TableEnd:Topic][TableEnd:Source]0
Please sign in to leave a comment.
Comments
3 comments