How can I use Variables in Partials?
Use Case: The same App should exist in English and German language. All headlines etc. are stored in partials to facilitate the maintenance of the Apps. I have one element, where I would like to use the following custom SQL but it is not working.
"partial": "Select CASE WHEN '{{Tags_Input_Variable}}' = '-' then 'No Tags created up to now. Edit them on the right!' ELSE...
Any ideas how combine Variables and Partials?