We need the version of the product for our ticket registration. The version number differs per customer, their version number is available via an API with a unique key per organization.
For the key I have created a custom object on the organization, for the ticket I have created an object with an external data source, I want to use the key in the URL. But no matter what I do, it won’t work.
Hi @fliebe92 I the editor it works #{search.term} but instead of the #{search.term} I want to use the organization object #{organization.custom_key}.
I see the value of the custom_key on the organization page of the ticket and when I copy/paste it into the field it also works, but I want to skip that manual step.