Hi, I have a field that has numerical values 1, 2, 3... and tiddlers with numbered titles like title1, title2, title3 and so on. I would like to transclude tiddlers based on the number in the field, so that when field is N, it will transclude titleN. Something like <$text text={{{ [{!!field}then{title{!!field}}] }}} /> but it doesn't work so obviously I'm doing it wrong. I'd appreciate any help.