Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

I want to automate the name of a Insight object with a Object Property Name

lprada May 22, 2021

HI, I have a object call Contract and it has a property call Customer. The customer has the name property completed.

what I want is to name the Contract Object Like this {{Customer.Name}} Contract. But when I create the automatition rule

 

{{Customer.Name}} es empty, how can I do it?

1 answer

0 votes
Björn Gullander
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 28, 2021

Hi,

You need to state the {{object.Customer.Name}}

In this case you would need to use either an Object trigger or an Lookup Object action to get hold of your object(s)

If using Lookup Objects you will get multiple objects - you can write like this:

{{#lookupObjects}}
* {{Customer.Name}}
{{/}}

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events