Schedule a flagged account for deletion
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3323689. --> Reported by: [arlingtonvoicellc](https://www.drupal.org/user/1888240) >>> <p>Digging the UI for this module so far. I am struggling to create a certain workflow. Hoping someone can give me some guidance.</p> <p>I have a user flag called 'delete account'. When a user flags their account, I'd like to queue the account for deletion 14 days from the time of flagging.</p> <p>I have installed the ECA queue module, since I'm guessing this module is intended to schedule actions for a later date. But I'm struggling with a few things. </p> <p>First, I can't figure out the proper way to pass the user from the flag to the delete action in the workflow. There is a field that you can add a token (see picture), but I've tried most the tokens I can think of, like [user:account-name]. None seem to work.</p> <p>The next thing is figuring out how to add the 14 day delay to the action. Not really sure how to combine the delay and the delete action.</p> <p>I attached a screenshot of the workflow I have and the options for the workflows. </p>
issue