- Issue created by @mistergroove
- 🇬🇧United Kingdom mistergroove
I think I've already solved this problem through the token_or module. ( https://www.drupal.org/project/token_or → )
I set the pattern for profile to:
[node:field_profile_name|node:title|"Unnamed profile"]
So if the field_profile_name is empty it falls back to the existing title and if that is empty (for some reason) it falls back to the text "Unnamed profile".