Not able to save the flow with update record action, giving error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2024 09:53 PM
Hello Everyone,
When I am trying to update the existing flow. It is giving an error "Flow update is aborted by Business rule. Please check log for more details." please find the picture below
Once I refresh the page, it is already saved. Not sure why this issue is occurring.
This issue is there when I am adding one Update record action and mapping one choice field "Planned Disposition" with a catalog variable of choice type having the same value as in the field dictionary. through data pill it's not mapping rather I have to pass the value in script. and once I try to save it, I am getting the error.
Please find the relevant image below.
So here invest is a value from the choice field but I want to map it with the underlined variable from the get catalog variable data pill. Please let me know what can be the issue here.
#flow, #flowdesigner, #flowactions, #developers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2024 10:18 PM
Hi
Add a Look up record action (look up to business application table) above update business application record action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2024 10:43 PM
Okay I will check that. But in my existing setup also, if in the update action, i set a static field value for the Planned Disposition field rather than setting it up via script(as I am unable to set it up via data pill) it works fine.