How to get a flow to trigger on extended tables?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2025 05:59 AM
I am looking at https://www.servicenow.com/community/developer-forum/flow-designed-is-not-working-on-extended-tables... which has a screenshot of
Where do I get to this screen when I am looking at my flow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2025 06:05 AM
Hi @e_wilber , Please see the attached Image
You will have to select the trigger - 'Created or Updated' and select a table of your choice.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2025 06:12 AM
Since this needs to run on a daily basis, we don't get this option? And if that's so, is it true then that this will only work on the base table that is selected in the query and not extended tables?
I need to make sure this runs on a Case Type/Extended table, not the Case table directly so I'm trying to figure out if I need to update the flow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2025 08:31 AM
Than you very much i was having this issue and this solved everything!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2025 06:27 AM
Hi @e_wilber , this option will be available only when there is a table involved in the trigger part. So, no, for 'daily' trigger, this option will not be available.
And the use of this option is to configure a flow trigger to execute not only on the selected base table, but also on any child tables that extend from it.
- for example, we select 'task' as table in the trigger, and we select 'Run only on current table', this flow will only be executed when records are created/updated for 'task' table
- But if we select 'Run on current and extended tables' this flow will be executed when records are created/updated in the child tables along with the base table.