- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2022 07:25 AM
Hi All,
Facing an issue in flow designer,
In flow, Tigger Condition is “Created or Updated”, on a custom table, the flow is getting attached for the records if we are updating any field manually,
But if the records are getting updated (for the same fields) through Import Set/Transform Map flow is not working..
Run Trigger : For every update
When to Run the Flow : Run for Both Interactive and Non-Interactive Sessions
Run for any User
Any help would be appreciated...
Solved! Go to Solution.
- Labels:
-
flow designer

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2022 07:29 AM
Check your Transform Map and make sure the 'Run business rules' box is checked.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2022 07:29 AM
Check your Transform Map and make sure the 'Run business rules' box is checked.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2024 08:30 PM
Hi @Kristy Merriam ,
Flow is not triggering if manual import into the higher environments.
Could you please suggest any workaround
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2024 03:37 AM
Hi @Abhi95 ,
Use Create Code snippet on flow designer for generation of code snippet as shown below.
Snippet:
This snippet will come pre-configured with the inputs defined by your flow or subflow or action. You can then call it within an onBefore or onAfter transform script.
To implement this, simply create a new Transform Script within your transform map.