Inline fields from a Table does not seem to work #1353
-
I'm creating a contact template and wanted to fill out contact information in a table like below (simplified version for this post). I use the "inline fields" "data annotation" with () to hide the "key" in the Preview mode, see below. But it dows not work. Does the fact that I put it in a table prevent dataview from seeing the inline meta data? page example:tags: contact
If I do the same annotation in a sentence like below, it works (the name is shown in the preview dataview table): Sentence with (Name:: John Doe) in it. But doing inline annotation for meta data, in a table like the above, it does not work i.e. the preview dataview table just have a - under the name. Removing the parentheses e.g. as I did for Email in the above table, still does not make it work. Do I need to annotate differently in a Table like above, or can you not add metadata in a table like so? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I just realized the issue and will answer the post myself, in case others are as dumb as me. The dataview table creation is case sensitive. In my contact table, i have/had all my meta keys in lower case but in the dataview table I wanted the column names to have capital letters. |
Beta Was this translation helpful? Give feedback.
I just realized the issue and will answer the post myself, in case others are as dumb as me.
The dataview table creation is case sensitive. In my contact table, i have/had all my meta keys in lower case but in the dataview table I wanted the column names to have capital letters.