Add new function returns the number of id in LinkMultipleId

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Vincent
    Senior Member
    • May 2017
    • 176

    Add new function returns the number of id in LinkMultipleId

    Will a new function returns the number of id in LinkMultipleId be added in future version? thanks
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    Hi,
    you can use array\length function

    Comment

    • Vincent
      Senior Member
      • May 2017
      • 176

      #3
      it always returns 0 when i pass the LinkMultiple field to array\length(LIST)

      Comment

      • tanya
        Senior Member
        • Jun 2014
        • 4308

        #4
        just tested on demo and it works (for opportunity)

        description=string\concatenate('', array\length(contactsIds));

        Could you share with me your formula?

        Comment

        • Vincent
          Senior Member
          • May 2017
          • 176

          #5
          Thank you very much. It works.

          My formula (it does not work because of missing 'Ids'):
          description=string\concatenate('', array\length(contacts));




          Comment

          • tanya
            Senior Member
            • Jun 2014
            • 4308

            #6
            If you see in documentation LINK - use link name (or linkMultiple field name), like contacts
            If you see LIST - it has to be an array, in our case contactsIds is an array

            Comment

            Working...