
How to pass custom table value When row added, deleted or modified dataverse action ,
These values keep changing sometimes customer table, some time product table and some time order table
how to achieve this scenario?
Hi @Shafdev
Unfortunately this is not possible. Each triggers are specific to a particular table. This is by design. If you have three different tables then you need to create three flows. If you have a common business logic then you could move your common logic into a child flow so that you don't need to replicate all the logics in three separate flows. You still have three triggers in three different flows then call the child flow to pass the values from each trigger to do the common business logic.
Thanks