# Automations FAQ

<details>

<summary>How to avoid endless loop</summary>

The system does not trigger further automations from within an automation, so infinite technical loops are prevented.&#x20;

However, when using AI actions (such as content generation), the generated output may differ each time, potentially causing repeated overwrites if not properly conditioned.&#x20;

To avoid overwriting existing content repeatedly, add a condition to prevent continuous loops. Ex: set operator to "is empty".

<figure><img src="https://171427267-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FM9BbYBbDPiJapb75xJ2k%2Fuploads%2FummT2hvxdb3NPx4KLrLP%2Fimage.png?alt=media&#x26;token=1ef2f1f0-5d62-461e-b42e-2f939e9b61d9" alt=""><figcaption></figcaption></figure>

</details>

<details>

<summary>Can I use variables in the edit attribute value action on text area attribute?</summary>

Yes.

</details>
