Read the Excel file and you will get a Datatable
Use For each row in datatable activity
Use IF activity (CurrentRow(1)=“YES” AND CurrentRow(2)=“YES” ) Then execute both workflows using Invoke Workflow activity.
In the Else You can add another if CurrentRow(1)=“YES” AND CurrentRow(2) !=“YES” . Then invoke workflow Demo.xaml
again in the else add another if for Test.xaml.