concat two fields in choiceLabels of dropdown

Hello everybody,
I am new to Appian and I'm facing this issue.

I am building a simple dropdown interface, getting fields from CDT 'assets', using a local variable dataassets in the load section.
My goal is to show a 'choiceLabels' with concatenation of both fields 'manufacturer' and 'model' but all my attempts were ineffective.
          
The complete code (with my trials) is in attachment.

Could you please give me a suggestion?

Thanks in advance, best regards.
Paolo

OriginalPostID-265502


toforum.txt

  Discussion posts and replies are publicly visible

  • 0
    Certified Lead Developer
    in reply to PhilB

    Oh, I was talking about functions that break outright if you try to pass in keywords.  One example I've run into in the past is substitute().

    I agree with you about maybe just always using keyword syntax for a! functions, except (as you said) how tiring it gets using it everywhere for the "primitive style" ones like a!save (another example where I have almost never bothered using keyword syntax).  But now that autocomplete in the interface editor has improved to the point where it's almost painless to use (as opposed to the torturous pre-17.x version), i might start trying to just go ahead and do it for best practices sake.