Stop activity once it reaches to a date in excel file

Hi I am trying to stop a activity once it reaches to a date in excel file.

i have an excel file in 1st column i have dates, so activity should run across all the dates and stop once it reaches to 01-21-2021.

Is there a way to do this?

@rahul_gola ,

If you are looping on the data from the excel then you can compare the date with the value you want to check and stop the activity.

1 Like

Use if condition inside for each row body with the condition if the date is matching.
then use break activity to exit the loop…

2 Likes

Thank you @Sarathi125 for your support.

Thank you Pravin for the support.

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