You are fixing this step
Step id — select — {% for step_id in step_ids %} {{ step_id }} {% endfor %} {% if errors_by_path.get('steps.' ~ idx ~ '.id') %} {{ errors_by_path['steps.' ~ idx ~ '.id'] }} {% endif %}
Params (YAML) {{ form_fields.get('steps-' ~ idx ~ '-params', '') }} {% if errors_by_path.get('steps.' ~ idx ~ '.params') %} {{ errors_by_path['steps.' ~ idx ~ '.params'] }} {% endif %}
Remove step