Forum Discussion
koryknick
5 years agoEmployee
I’m not sure a pipeline parameter would work for this case. I believe an expression file arrow function is the right way to go. Take a look at the following for a starting point. The “string.expr” gives an example of an arrow function that uses the “match” operator.
del
5 years agoContributor III
This is not a challenge… just sharing an example 🙂
Community.9634.slp (3.6 KB)
I believe an expression file arrow function is the right way to go
I agree completely.
- koryknick5 years agoEmployee
Thanks for the example Del - I was thinking of this differently. Agree that eval would work - but performance would be seriously impacted.