Hi all,
I'm trying to get the contactId using formula, and it seem to be an array. This field is by default so I should be able to get the information but I'm failing.
From fail experiment it seem to be an array data, but I can't get the actual ID of it. Anyone know how to get it?
The entity I'm using is Cases, I have tried various formula of attribute. (contact.contactIds for example), and array\formula(), and directly getting the info just using the fieldname itself but I'm failing.
Here some example of my failure:
I either get nothing or just the word "array", or "0" hence the reason why I think I need to use Array formula
And here a screenshot of the default field/entity:
I'm trying to get the contactId using formula, and it seem to be an array. This field is by default so I should be able to get the information but I'm failing.
From fail experiment it seem to be an array data, but I can't get the actual ID of it. Anyone know how to get it?
The entity I'm using is Cases, I have tried various formula of attribute. (contact.contactIds for example), and array\formula(), and directly getting the info just using the fieldname itself but I'm failing.
Here some example of my failure:
Code:
contactsId contacts.Ids contact.contactsId contact.contactsIds array\at(contactsIds, contact.Ids) array\at(contact, contactsIds) array\at(contacts, contactsIds) array\unique(contacts) array\unique(contactsIds) array\unique(contactsId) array\length(contactIds) array\length(contactId)
And here a screenshot of the default field/entity:
Comment