Table of Contents

How to Check if Dataflow Succeeded using @Event.Data.Success condition

Under this link you will find video that shows how to check if dataflow succeeded or not, using **@Event.Data.Success** condition.

Step by step

  1. Create a Data Flow than Data Flow Item:

pic


pic

  1. Place the Data Flow in the Workbook:

pic

  1. Edit Events of the Data Flow:

pic

  1. In the first event use a condition @Event.Data.Success == true;

pic

  1. In the second event use a condition @Event.Data.Success == false;

pic

  1. Hide the Execution Log:

pic