Hi All,
I am going to training module & creating a workflow for Invoice processing. As per the module, under For Each activity I am unable to change argument type since properties window is not displaying the same.
Can anyone please advise.
Hi All,
I am going to training module & creating a workflow for Invoice processing. As per the module, under For Each activity I am unable to change argument type since properties window is not displaying the same.
Can anyone please advise.
Hi @ABHI2
In present version it is taking by default argument type
Hi @ABHI2
It will take the bydefault dont need to change the type argument.
You have two options
.Cast(of yourtargettype)
Cheers