The CreatorCon Call for Content is officially open! Get started here.

How to trigger Flow on extended tables

Tim84
Tera Contributor

Hi all,

so I'm trying to run the same flow on multiple tables, that all have a extension relationship.

Let's say I want a flow to run for ALL task tables and I create a flow based on [task]. This Flow will only trigger for records directly on [task] but not for any extended tables. Can I somehow get this flow working for all the extended tables aswell?

 

 

1 ACCEPTED SOLUTION

Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hi Tim,

Starting with Paris release, A flow could be  triggered on the extended tables. Details here.

https://docs.servicenow.com/bundle/paris-servicenow-platform/page/administer/flow-designer/reference...

 

- Pradeep Sharma

View solution in original post

7 REPLIES 7

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

When you create flow on task table there you can give condition as

Task Type -  Incident

find_real_file.png

Regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Hi Ankur,

thanks for your answer, but I think this won't work.

From my experience the condition is not evaluated if the changes are done in a different table from task e.g. incident. (I haven't tested your suggestion specifically though)

Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hi Tim,

Starting with Paris release, A flow could be  triggered on the extended tables. Details here.

https://docs.servicenow.com/bundle/paris-servicenow-platform/page/administer/flow-designer/reference...

 

- Pradeep Sharma