Hey @Foued_Ali,
The In field is to mention the variable that contains the uielements as a collection or iterable. You have to input that variable name into the In field.
Coming to your next question where you have to mention to click the statement transaction.
- Please check the properties of an UiElement where you may find the tag aaname or label or displayname having the value as “statement transaction”.
- Inside the for each have an if activity where the condition will be to match any of the tags you are using.
- And add a click activity in the then sequence
- Make sure you have the selector id reliable and dynamic by having only the relevant tags and values to achieve the desired output.
Happy automation🤖