How to set boolean value to arguments?

Hi team

I have created agrument IsLastRun type Boolean

In condition IsLastRun = True it give true even if I set default value is False

How to deal with it?

Hi @Sanket_Shinde1

After passing the argument have to mapped it in Invoke Workflow file. If not, check and map it.

Check the below thread

Regards

I am using argument in same workflow

Hi @Sanket_Shinde1

In that case, you can directly create a Variable of DataType System.Boolean and use it in the workflow. No need of creating an Argument.

Regards

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