Add UI/UX to add multiple automators on a field
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3535824. -->
Reported by: [marcus_johansson](https://www.drupal.org/user/385947)
Related to !849
>>>
<p>--- AI TRACKER METADATA ---<br>
<strong>Update Summary: </strong>UI for Automators and multiple Automators on one field. Marcus will review.<br>
<strong>Check-in Date: </strong>MM/DD/YYYY (US format) [When we should see progress/get an update]<br>
<strong>Due Date:</strong> MM/DD/YYYY (US format) [When the issue should be fully completed]<br>
<strong>Blocked by:</strong> [#XXXXXX] (New issues on new lines)<br>
<strong>Additional Collaborators:</strong> @username1, @username2<br>
AI Tracker found here: <a href="https://www.drupalstarforge.ai/" title="AI Tracker">https://www.drupalstarforge.ai/</a><br>
--- END METADATA ---</p>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>The Automators is a config entity that you can reuse multiple times on a field. For instance, you could:</p>
<ul>
<li>Use Text-To-Image to generate and image.</li>
<li>Use Alt Text to write the alt text.</li>
<li>Use image filename to rewrite the filename of the image.</li>
</ul>
<p>The problem is that we do not have a UI/UX for doing this. The vanilla config form itself does not make that much sense to expose, since it's very dependent on the entity and the field.</p>
<p>We need a way to fill out and manage multiple Automators for one field.</p>
<p>Here is an example of what the current UI looks like when you add one Automators on the field settings - in this case, setting up alt text on the image field:</p>
<p><a href="https://www.drupal.org/files/issues/2025-07-29/image-field-example.png"><img src="https://www.drupal.org/files/issues/2025-07-29/image-field-example.png"></a></p>
<p>It might be as simple as wrapping each of them in a fieldset and then adding an "Add more button" at the button and "Remove" button on each of them?</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Come with suggestions on how to setup multiple Automators that either is in line with what exists today or on some other page.<br>
Create an implementation issue.</p>
issue