Hello,
I have 3 Attributes in Assets Objects (AAA,BBB,CCC) all are lists with numeric values from 1 to 5
I have another attribute which is called MAX, I need it to create an automation to get the max of the 3
I have created the automation to be triggered when object is updated, but I can't get the max of the values of the list, it returns empty
I was able to do it finally using this
{{#=}}MAX({{object.AAA}},{{object.BBB}},{{object.CCC}}){{/}}
Well done for finding a solution @Ibrahim Aly, and thanks for sharing it with us
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.
Hey Ibrahim! Sorry, Assets is not my expertise - yet. But hopefully one day. Glad you were able to find a solution and for sharing. Take care my friend!
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.