- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2024 09:11 AM
Hi, I need to prevent an inserted/updated in the cmdb_ci_business_app table when the source system and source system id values already exist in the table. This must only be taken in consideration when the source system and the source system id fields are not empty.
For this I created a business rule:
This works perfectly as the business application is not being inserted or updated when this conditions are met.
But now I need to achive the exact same thing using a Flow, how would you do this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2024 09:15 AM
Hi,
Don't think you can, as Flow will trigger after the transaction(trigger) and you need to prevent it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2024 09:15 AM
Hi,
Don't think you can, as Flow will trigger after the transaction(trigger) and you need to prevent it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2024 09:21 AM
I was also thinking the same thing. Thank you so much!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2024 09:26 AM
I was also thinking the same thing. Thanks for confirm it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2024 09:45 AM
Thanks! I was also thinking the same.