I need help with Flows
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2024 10:43 AM - edited ‎04-08-2024 12:16 PM
I'm trying to set up a flow where, as soon as a ticket is created, its status stops being opened and becomes pending, and the impacted service (chosen by whoever created the ticket) is similar to a group, the flow works the first time HOWEVER , when I change the impacted service it is not changing the assignment group.
I want to find a way that, if the impacted service is changed, its designated group also changes, my flow is like this:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2024 02:13 PM
Your flow works on only when the state is Open... so are you changing the impacted service when the state is not Open?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-09-2024 05:20 AM
When the ticket is opened, the flow fires the trigger, an action changes its state to pending assignment and depending on the impacted service it is assigned to a group, My problem is, when I change the impacted service after it has already been assigned to a group, the assigned group does not change, and that is what I am trying to solve
I want that when the impacted service changes, the assigned group changes correspondingly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2024 02:37 PM
create a sub flow/ flow and trigger it sepearately for updating the assignment group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-09-2024 05:22 AM
I don't understand, and I don't know how the subflow would work, shouldn't a flow already do this directly?