Flow Designer: create action when record is updated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2022 01:07 PM
Dear Community,
First let me describe the User Story: When a ticket has been created from an email, a set of notifications must be sent when the field "affected user" is changed (sys_user Table).
Situation:
I created a flow which create a ticket from an email (Inbound email) which is working fine. Now I need to add a parameter as followed:
Condition: User ID is changed
Action: send notifications
This must be triggered after ticket creation
Note: Low code preferred
I have created another Flow but is creating another ticket instead of sending the notifications.
Thanks for your advise
Stéphane.
- Labels:
-
Incident Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-18-2022 09:45 AM
Hi,
This sounds like you would want two separate Flows.
The first one is triggered when the incoming email is happening, which creates the ticket, and sends the initial notifications/emails.
The second one is triggered when an already created ticked is updated and condition is that affected user is changed, then it sends email, and additional actions as needed.
Example below

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2022 04:57 AM
Hi,
In your 2nd flow, you shall not be creating the record. Rather you should add a condition which retrieves the existing record and check if the caller cchanges, adn fi yes, then trigger a notification or else ignore. Then it will work.
Mark the comment as a correct answer and helpful if this has helped to solve the problem.