How to Trigger flow when a record is created or updated in import set table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-26-2020 11:56 AM
Hello, I have an import set table wherein data gets imported periodically. I have created a flow in designer to get triggered when a new record is created or updated in import set table and Run the action - update the "target record" in import set table record. But, the problem I am facing is, when the data is getting imported my flow is not getting triggered. Could you please suggest any other best possible way?
I tried changing the state to is "not pending" or "one of" but nothing worked.
- Labels:
-
Discovery
-
Service Mapping

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2020 12:04 PM
Hi,
Now i will create on Transform and test this.
Thanks,
Ashutosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-31-2020 11:36 AM
Nope, It didn't work either.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-25-2024 07:30 AM
Were you ever able to figure this out? I'm experiencing something similar and am wondering if there is an issue with when the record is created on the database and when the trigger fires.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-18-2024 03:35 AM
Hi @rksnow,
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.