I wanted to do this and figured out something that worked for me
Action Name: Action Name: {values of headers "Subject" of active action}
Fixlet Name: "Fixlet Name: {values of headers "Subject" of fixlets whose (id of it = origin fixlet id of active action) of sites whose (name of it contains "Content") as string}"
You can probably replace
sites whose (name of it contains "Content")
with just
sites
If you don’t want to narrow down the number of sites to search through.
I also can’t seem to figure out if there is anyway to pop back up to the baseline level from the fix let action… This would be nice to be able to get the name of the baseline that the fixlet of the current action is a part of.
So I always knew that a baseline contains copies of the fix lets from the time the baseline was last synced.
Today I learned that the fixlet copies within the baseline live in the Mailboxsite site.
So for this to work for fixlets within baselines… you need to use this for relevance: {values of headers "Subject" of fixlets whose (id of it = origin fixlet id of active action) of sites whose (name of it contains "Content" or name of it contains "mailboxsite") as string}
Right now I’m limiting the sites due to duplicate Fixlet IDs…