Nevermind I figured it out : ) haha it was something incorrect on my end.
Also found you can do this too ${allAttributes("attr1", "attr2"):join("_")}On Fri, Jun 3, 2016 at 7:47 PM, Ronnie Dove <[email protected]> wrote: > Is it possible to combine two attributes like this? > > new_attr = ${attr2}_${attr1} > > Whenever I try to use ${attr2}_${attr1}, it only takes the first attribute > even though both are present in the attributes. Is this by design and any > work arounds? > -- Ronnie Dove http://www.techtunk.com
