Custom field returning a string of values
I have a scenario that is returning a users name from a requests custom field. On my form it stores just the name but the search module returns the string below. I've looked at all the function Fusion offers but I can't see one that would allow me to parse just the ID. "
I've tried using variations of substring and spit. Do I need to somehow store it in an array first? Any suggestions will be greatly appreciated!1
"value": [
"{\"objCode\":\"USER\"",
"\"name\":\"Kelly Powell\"",
"\"ID\":\"61252bb0000eb57eae6652713ab41b15\"}"
]

