How to Check if Dataflow Succeeded using @Event.Data.Success condition
Link to the video
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
- Create a Data Flow than Data Flow Item:
- Place the Data Flow in the Workbook:
- Edit Events of the Data Flow:
- In the first event use a condition @Event.Data.Success == true;
- In the second event use a condition @Event.Data.Success == false;
- Hide the Execution Log: