Forum Discussion
The best way to think about this is whether or not you’ll need to call the pipeline with different values. If so, use Pipeline Parameters, but set a default to cover your most likely use cases. On the other hand, if these values will never change, simply set them in the Mapper. Note that if you uncheck the ‘=’ to the left of the expression, it changes from being a dynamic expression into a constant:
Hope this helps!