Flowchart - If true, Kill Process after Displaying messagebox

Hi all,

I would like to expand the solution found here in the Link.

Is it possible to add a flow decision:
If messagebox of empty rows is displayed, kill process, else proceed to next Sequence?

Parameters.xlsx (8.2 KB)
ValidateParameters.xaml (17.1 KB)

Regards
Hidayat

@Md_Hidayat

You can find the DataTable row count in the below way.

       dtInput.Rows.Count

And pass the same expression into Flow Decision activity and check it’s count is greater than zero or not. If it is zero then kill the process else continue with the next steps.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.