Is there a way to conditionally write data with a metadata template?
For example, set the Title as follows:
If dot is red, write {File.Events.Title} : {File.MD.location}: {File.DateTime|format:YYYY}
Otherwise write {File.Events.Title} : {File.MD.location} : Date Unknown
Thanks!
I think, you can achieve a lot with variables, I am quite sure, this is possible, but I am not sure of course.
This can be done easily enough with a simple is:Value,TV,FV,case (https://www.photools.com/help/imatch/#var_basics.htm?dl=h-196) function.
Tip: Use the VarToy to test your variable.
Perfect! Thank you.