Hi all,
I am trying to create an automation, and I would like to use the lookup table.
I have created a smart value named "provider."
Can I use the value of this variable to retrieve the corresponding value from the table? For example, something like this: {{myTable.get({{provider}})}}
Thank you.
Hi @Christos Katsivas -- Welcome to the Atlassian Community!
Yes, that is possible.
Once inside of the double-curly brackets for an expression, additional ones are not needed. Please try this instead:
{{myTable.get(provider)}}
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did that resolve this one for you? If so, please consider marking this question as "answered" to help others with a similar need find solutions faster. Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.