QuestionQ281

Configure business process automation

You are building a canvas app that will create rows in a Dataverse table.

When a row is created, extra business logic must run on a related row. A cloud flow triggered by the canvas app must execute that business logic.

You need to create the cloud flow.

Which trigger should you use?

  • A Dataverse - When an action is performed
  • B Manually trigger a flow
  • C Dataverse - When a row is added
  • D Power Apps (V2)
Explanation

The Power Apps (V2) trigger is used for a cloud flow invoked directly from a canvas app. It enables the app to start the flow and, when needed, supply values such as the created row identifier so the flow can perform business logic on the related Dataverse row. A Dataverse row-created trigger instead starts automatically for table changes regardless of whether the canvas app initiated them.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!