Create an Invocable Action endpoint that receives a String using the Expression syntax and returns the evaluated result.
Take into account:
- Since an Expression evaluation can return any kind of Object, what should be returned back to the Invocable?
- Error handling - we should return a proper error to the caller and avoid exceptions.
Create an Invocable Action endpoint that receives a String using the
Expressionsyntax and returns the evaluated result.Take into account: