Looking for some advice on a robot I’m developing to log into my bank account and extract the transactions on my statements.
As part of the security for logging into my account there is a drop down menu to input the requested password character.
For example I have used the extract structured data activity to capture the value “character 3” , what expression could I write to pull out the character number which in this case is 3. Can I write something to pull out the index to get the value or should I use a contain statement to check if it contains a number 3 then the value would be *** based on my password. Any ideas or suggestions ?
This is probably a bit more clearer. So I have utilised the extract data activity to capture the value “Character 3”. I would like to pull out index 10, so in this case the value 3 would be the value for index 10. Any Ideas ? might seem a bit of a novice question but I’m very new to using UIPath.