Is there any way in HTL to use dynamic property name something like this
${class.map['prefix' + item.name]}
Is there any way in HTL to use dynamic property name something like this
${class.map['prefix' + item.name]}
Copyright © 2021 Jogjafile Inc.
You could take advantage of data-sly-set to do a concatenation before the rendering: