Conditional TPL is great feature added to getResources, but could be more awesome if only it allows Template Variable. I've seen the documentation that says
"Defines a field of the resource to evaluate against keys defined in the &conditionalTpls property. Must be a resource field; does not work with Template Variables.". But what i want is for the user to select a layout for each resources, and i can define the chunk for the layout selected as below:
&tplCondition=`TVName`
&conditionalTpls=`{"1":"layout-1","2":"layout-2","3":"layout-3"}`
Hope it will be added soon. Great Work!