Hi, I wonder if there is an article anywhere that explains how best to use the "is in list" part of the trigger expression imported_x is in list.
I have been developing a trigger based on the win treble ones given on the site, and now have it how I want it, but it still uses the approach of typing in the horses name for each treble in turn.
So now to make it slicker, faster and more flexible I am trying to adapt it to taking the selections from a text document.
I think using the list may be the best way to go, but not sure how this feature actually works or the best way to approach it.
So for example, say I had 8 trebles, with horses appearing in multiple lines, can I structure one text document with
Treble 1 HorseA, HorseB, HorseC
Treble 2 HorseA, HorseC, HorseD
Treble 3 HorseA, HorseC, HorseE
etc, and is each line effectively a list - so I then say trigger expression imported_1 is in list Treble 1? if so will imported_1 pick up any horse that is listed against treble 1. This would then enable the current trigger actions to carry on as currently. (At present for treble one I have three OR components where selections name is equal to t1a, t1b, t1c and would like to replace these with "is in list" if that is the most logical approach.
I suspect there is more to it than this, but could do with a read of this feature as a concept so I understand how to get it set up properly using it as designed.