Creating new node when article saved
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3558803. -->
Reported by: [peterk900](https://www.drupal.org/user/2786419)
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>I am trying to learn ECA content creation with a simple example. When an article is created, I want to create a node in content type <em>promotion</em> with two fields, title and body. An export of the model is attached. The model saves without error and the first part runs displaying a message but does not create a new promotion node.<br>
Trying to understand what I'm doing wrong, I looked up the example in the documentation <strong>Auto create entity with values from another one and the current user</strong> I've installed the recipe OK but I cannot apply the recipe. Here is the command line code:<br>
<em>[root@127518 d11tmqp]# cd web<br>
[root@127518 web]# php core/scripts/drupal recipe ../recipes/eca_lib_0020<br>
In ConfigConfigurator.php line 68:<br>
The configuration 'node.type.article' exists already and does not match the recipe's configuration<br>
recipe [-i|--input INPUT] [--]<br>
<path>
[root@127518 web]#</path></em></p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<p>Look at the exported recipe and see what I might be doing wrong.<br>
Look at the SSH application error mesaage and again point out where I'm in error. Thanks.</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<h3 id="summary-remaining-tasks">Remaining tasks</h3>
<h3 id="summary-ui-changes">User interface changes</h3>
<h3 id="summary-api-changes">API changes</h3>
<h3 id="summary-data-model-changes">Data model changes</h3>
issue