- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-18-2021 08:18 PM
Hello Team,
I'm trying to trigger a flow for the sys_history_line table but for some reason the flow is not getting triggered.
I tested the flow using a sample test from the designer itself and I'm able to achieve the required output but the flow is not getting triggered after activation.
Please help !!
Solved! Go to Solution.
- Labels:
-
flow designer

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-18-2021 08:24 PM
Have you checked who is running the flow under "Properties"?, if it is not "System user", try with that one.
Also check the "Today's executions" to see if here is an error happening.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-18-2021 08:24 PM
Have you checked who is running the flow under "Properties"?, if it is not "System user", try with that one.
Also check the "Today's executions" to see if here is an error happening.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2021 05:28 PM
Yes i'm running the flow as a System User

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-18-2021 11:41 PM
What are you trying to achieve? sys_history_line is a bit of a special table as it only contains a few records dynamically fetched from our audit table(s). Seems a bit weird to build a business logic on top of it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2021 05:29 PM
I want to pass updates done to the record to the Teams channel.
User may update any value so I thought passing value from the History table make sense.