โ12-17-2024 04:33 AM
Hi All,
Do we have an option to clone an existing Message temple using input fields.
If not it would be useful to be able to add a column option so that we can modify the template and add/remove required fields without adding again the complete template.
Regards
Siddhartha
โ01-26-2025 03:42 AM
Hi,
At the moment, we don't have a feature yet to clone an existing message template. You may submit your feedback or enhancement request through our designated Workato Feedback page by navigating to AssistIQ, selecting "Give Feedback," and then making a suggestion.
โ04-24-2025 07:51 AM
We can achieve this using a Mustache template with some conditional checks. For example, if I pass the field names as input variables, they will appear in the output; otherwise, they won't. This way, I can use a single template for different email communications.
{{#column1}}<td class="cell" style="{{#column1Bold}}font-weight:bold;{{/column1Bold}}{{#column1TextColor}}color:{{column1TextColor}};{{/column1TextColor}}{{#column1BackgroundColor}}background-color:{{column1BackgroundColor}};{{/column1BackgroundColor}}">{{#url1}}<a href="{{url1}}">{{/url1}}{{value1}}{{#url1}}</a>{{/url1}}</td>{{/column1}}
4 weeks ago
Hi @Prudvi
You can define the Template body with all fields and coming to Template input what ever required u can add those (depend on your requirements) . Later it you want to add field or delete field directly can add in input rather than in template body . I hope it helps .Correct me if I am wrong here
Thankyou
3 weeks ago - last edited 3 weeks ago
Hi @Prudvi Build a callable recipe that clones and updates template based on input fields