Create a new automation
Use an existing automation
Automation
{#if newOrExisting=== "existing"}
{#each automations as automation}
{automation.name}
{/each}
{:else}
{/if}