Needing some help: Is there a way to pull internal...
# general
j
Needing some help: Is there a way to pull internal id's as the values in a saved search? i.e. saved search with a status column would pull the id "123" rather than "Lead-New"
g
Formula(Text) -> {status.id}
j
hahaha sorry, i should've elborated and used not as simple of an example.... but this begs the question..
you can just add id at the end of the field name it'll pull the id's in? ha!
g
In some cases it will...
j
i was running a decode of IFTTT and that won't work for multiselect fields if there's multiple selections
g
I've run into trying to use that 'hack' and it gives me "ERROR: FIELD NOT FOUND"
j
ha, well... i just added ".id" onto the end of the field name and it did.... "1,3,14"
g
Winner!
j
odd... well, it worked for this custom field, i have about five more that it needs to work on
awesome, thanks so much!
g
No problem, glad it worked out!