Unable to change argument type

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.

@ABHI2

You have two options

  1. Degrade the UiPath.system.activities to 22.10* then you can see the option
  2. Or in the for loop list of items use .Cast(of yourtargettype)

Cheers