View Single Post
Old 10-29-2023, 06:33 PM   #965
strolego
Junior Member
strolego began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Oct 2023
Device: kindle PW signature edition
Quote:
Originally Posted by chaley View Post
I see two problems:
  1. Default values can't be templates. Templates are used only in "Columns built from other columns" and not as default values.
  2. General Program Mode templates don't use {} characters. Use
    Code:
    program:current_library_name()
    Alternatively use Template Program Mode (TPM). Something like this:
    Code:
    {:'current_library_name()'}
    If you wish you could use this TPM template in the save template:
    Code:
    {:'current_library_name()'}/{authors}/{title}
Thank you! It works perfectly
strolego is offline   Reply With Quote