I have a flow that reads a file and sends it via email. I am wanting to remove the Header information from this file. What is the easiest way to accomplish that?
another option would be to use a javascript expression which may be easiest. syntax below is from memory but would go something like this: NodeName_outputData = NodeName_outputData.substr(NodeName_outputData.indexOf('')+1)