For all generic sources i.e. those created in FH6 or earlier this repository name is correctly displayed in the added column.
I decided to use templated sources when I moved to FH7 for all new sources (I may convert the old generic ones to templated as time goes by).
Sources created using a template sometimes show the repository name but sometimes it is not displayed. I think I have tracked down the circumstances which lead to the two conditions.
If I create the source directly within FH using the create source/prepare citation option, the repository name is not displayed in the column. If I create the source via Ancestral Sources it is. Whether the template is a one of the original ones supplied or one I have modified does not appear to make any difference.
The following screen snips illustrate the issue.
Modded Source unexpanded.jpg

Two sources 9002 Banns of marriage created within FH - no repository displayed, 9003 Parish Marriage created via Ancestral Sources - repository displayed. Both sources are linked to the same repository. They both use a modded template based on the Church Register one provided.
Modded Source expanded.jpg

The same two sources expanded in the records window, which shows that both are correctly linked to the same repository, but the Ancestral Sources entered one creates two repository links, one suffixed by (t) which is the template field one without the suffix which is presumably the original generic source field.
I have also included a screen snip of a source using an unmodded template created within FH which shows that only the suffix (t) link is recorded.
Unmodded Source expanded.jpg

So I need to add a second column to pick up the templated repository field but cannot work out what the expression needs to be - presumably there is an expression formula which can be used to pick up any templated field by changing some text in the expression.
I can display the name of a template field with expression %SOUR._SRCT>FDEF[7].NAME%, but what I want is the value not the name and using a fixed subscript does not work anyway, as the fields are not always in the same relative position in different templates.
So what I am looking for for is an expression which says "If name of template field = "repository" (or any other field name to allow different fields to be displayed), display the value of the field in the column.
Is this possible?
Any help gratefully received.