Formula function to get the text value of a field ...
# ask-stanley-ai
l
Formula function to get the text value of a field containing a list value
c
AI generated answer (using internal Slack threads):
To get the text value of a field containing a list value, you can use the
TEXT
function in a formula. This function converts the internal ID of the list value to its corresponding text value. For example, if you have a field named
custfield_list
which is a list/record type field, you can get its text value in a formula field using the formula
TEXT({custfield_list})
. Please note that this function works only for list/record type fields and not for multi-select fields. For multi-select fields, you would need to use a script to loop through the selected values and get their text values. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Slack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.831481934
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.827270508
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.822509885
Please provide your feedback on this answer.