Announcement

Collapse
No announcement yet.

Add new function returns the number of id in LinkMultipleId

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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

  • #2
    Hi,
    you can use array\length function

    Comment


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

      Comment


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

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

        Could you share with me your formula?

        Comment


        • #5
          Thank you very much. It works.

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




          Comment


          • #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...
            X