Asignación automática de propietario según respuestas en un formulario

Hi @PDuran3, yes, it is possible.

What you need to do is create a Workflow with branches depending on the field selected in the list, so you can assign the corresponding user.

The steps would be as follows:

  1. Create a ticket workflow where the trigger is each new ticket in stage X and in ticket pipeline X, which then triggers the following actions.
  2. Set a wait time to ensure all fields load correctly.
  3. Add a ticket property branch and select the list property, then within the list select any of the options: (Selection).
  4. Add another wait time.
  5. Add a “Set Property Value” action, search for the property to set “Ticket Owner,” and then select the corresponding owner.

It should look something like this:

In this example, I only went into detail for one branch; in your case, you should add an action for each branch.

I hope this works for you. Best regards.