Pipeline regex rule

Thanks guys! You were both really helpful. and now it is working well. yes, it must be finding it as an array so I set the variable as only the first item in the array and now it looks great. AND it is displaying/prompting as a defined variable in the search, alerts, etc. Thanks again!

this did the trick.
set_field(“clientname_incoming”,result[“0”]);

now the new field displays properly.

1 Like