Is there any way to make what I can only call Smart Guesses?
What I would like to do is make a guess based on data present, for example
I have an action which imports data from a text file to a field "BIN" I then use Guess to split that imported data to multiple fields. Lets say my text file reads
Hello•World•You Suck
My Guess Is: %Title%•%Artist%•%lyrics%
This would successfully place each piece of data where I want HOWEVER. Lets say that the file I run this action on already has lyrics filled in, what I would like to have is a guess like
$IF($NOT(%Lyrics%),%Title%•%Artist%•%lyrics%,%Title%•%Artist%•%Garbage%)
This way I don't need to create two slightly different actions or use a filter & treat only a subset of my files at a time.
Is this possible?