Add new function returns the number of id in LinkMultipleId

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • tanya
    replied
    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

    Leave a comment:


  • Vincent
    replied
    Thank you very much. It works.

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




    Leave a comment:


  • tanya
    replied
    just tested on demo and it works (for opportunity)

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

    Could you share with me your formula?

    Leave a comment:


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

    Leave a comment:


  • tanya
    replied
    Hi,
    you can use array\length function

    Leave a comment:


  • 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
Working...