Hi,
currently I have following Automation to give our users an overview over their current assets:
Hello {{issue.reporter.DisplayName}},
you have {{lookupObjects.size}} assets assigned to you:
{{#lookupObjects}}
{{objectType}}: {{Name}}
--------------------------------------
Hostname: {{Hostname}}
Serial: {{Serial Number}}
SIM number: {{SIM number}}
Last update: {{Updated}}
{{/}}
Some Assets don't have an SIM-Number. SO I want something like:
(following is pseudo-code)
{{if exists {{SIM Number}} SIM number: {{SIM Number}} }}
SO only if a SIM Number Entry exists, the Line "SIM-Number" should be posted.
Currently this just keeps empty.
Is there a way to do so? A sort of conditional output?
Thank you
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.