This message was deleted.
# troubleshooting
s
This message was deleted.
a
how are you passing the arguments?
j
As an example use case, I would like to do something like:
Copy code
{
  "type": "expression",
  "name": "EmailDomain",
  "expression": "regexp_extract(\"Email\", \"@.*$\")"
}
a
literals need to be quoted using
'
1
j
Riiiight. I could have sworn that's the first thing I tried but I guess not. Thanks!!