Value for a required activity argument 'Condition' was not supplied

Hi,
I was working on my proj and did not do any change but suddenly once I run found this error
xaml name: Value for a required activity argument ‘Condition’ was not supplied.

I checked all the activity and their arguments not found any where not assigned argument.
commented all the activities but still same error.

image
xaml name is showing as red mark

Error is as follows

@seti.nadeem
Brother Show exact activity where you are facing issue by running in debug mode.

Hi @seti.nadeem

Try this
Uninstall the UiPath.System.Activities and install newer version.

Hi,

Can you create a new xaml, copy whatever you need there and delete this one. Then try n run.

ThNKS.

Hi @seti.nadeem

The error message you mentioned, “Value for a required activity argument ‘Condition’ was not supplied,” typically occurs in UiPath when you’re using a control flow activity, such as an If activity or a While activity, and you haven’t provided a value for the required ‘Condition’ argument.
Double-check the control flow activities in your workflow and ensure that the ‘Condition’ argument has a valid value assigned to it.
If you use Boolean values anywhere to check true or false it will also reflect the same error in condition flow statements.

Hope it helps!!