@Latif It is possible to convert into the format you’re looking for but I don’t think you can Insert it into the fields in that way, You may have to use For Each Loop for that. Is that a SAP application ?
@Latif You might need to use a For Each Loop for that then to enter each letter from the array to the Specific fields but we need to get the Selector of that field and the field below it. So that in this way we can Alter the Selector to Loop through each field and type the value.
let say I have a string variable… which has value… “01030507”
how can i brack this string into 4 time so I add one time in one and 2nd time in 2nd field and so on.
means split… like
01
02
03
04
now i added for each row loop and then i did like this …
its printing 01 in each line of SAP row…
why its not talking next arary :s
yes… issue is not in selector… I think issue is the value I have in my variable is like
thisstring im putting into array variable… and then passing it in for each loop.
But i think i need to split this string before i put in array variable to add into SAP.