[ ] Feature request
[ x ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Documentation issue or request
There is this demo of the template step: https://www.youtube.com/watch?v=Pfysm8W8sco&t=0s
Following the steps (just used DB search instead of twitter search), the mapping step ignores the specified template step - is only possible to map to the last step of the integration.
The user should be able to map to the template step

@phantomjinx Can you take a look at this? @christophd might be able to provide advice ...
@tplevko it'd be good to also attach an export that we could use as a starting point.
I'll take a peek too, this logic is handled in the data mapper host component and could require some adjusting.
Strange, I followed the flow here from the gif but I was indeed able to map the output of the split step to the template step. Using a build from slightly earlier this morning EST.
@phantomjinx @christophd maybe it'd be good to double-check which behavior you see when you get a chance?
Just put this to a test with latest master and I can not reproduce that behavior. I see a good chance that this has been fixed with #4618
@tplevko can you please have another look?
Looked at this for most of the afternoon and pulled from latest master and I cannot replicate it. Adding the datamapper after adding the template-step correctly loads the 'Template JSON Schema' as the datamapper target.
My thoughts:
As a sidenote, I noticed my lint-ing was not working. This was due to having run yarn inside node_modules/ng2-codemirror and ending up with another install of codemirror (5.22.0) at node_modules/ng2-codemirror/node_modules/codemirror. Yes, this made my brain explode and may be completely irrelevant but thought I would document it, just in case.
@gashcrumb @tplevko
Yeah, it feels like there could be some path to reproducing this that we're missing. Also it's worth double-checking that the lint functionality is working properly, especially if having the correct data shape for the template step relies on that. @phantomjinx would you be able to further investigate that part, and maybe @tplevko can see if he can still reproduce it and just fully document the sequence of steps leading to the issue?
Tried with newest master and it seems work correctly again. I didn't do any additional steps when recording the gif, so maybe @christophd is right and it got fixed with the mentioned PR. I think we can close this.
@phantomjinx the syntax highlight is still missing, should we open a new issue for that?
@tplevko @gashcrumb
Checked out syntax highlighting again this morning and works for development but not in compiled images. Have opened a new issue to this effect -> https://github.com/syndesisio/syndesis/issues/4802