I would like to have all lines showed inside of the expression builder. I want to avoid the following:
This works in pipeline runs, but is hard to debug and check.
I want the following, which is easy to read and debug:
Unfortunately this leads to newline characters being introduced in the resulting expression, which breaks the pipeline.
Any suggestions to achieve the above solution?