Unable to enter the value in field with the properties enabled for activity type into

Hello Team,

I am facing an issue with one of the requirement i have. unfortunately i an unable to share the screenhot of the target UI as its client environemnt. I will explain the issue , can some one have thoughts of solving this kindly let me know. Below is the issue :

i have a web page it has a table(looks like structured but not really when we extract). In this page we are having receipt row tagged to it, there are multiple such rows, and each row is tagged with invoices some times which are added as a table just below the receipt row . for the receipt i have four fields, like name , cheque number, amount and account reference. i will get cheque number as input, it will be on the receipt row, it may present in any row index like 1st row, 6th row, 3rd like this. cheque number is unique for us. I am able to identify the row with cheque number, i am getting table row and column index for that field using get attribute and i am passing the manipulated table row and colunm index to account reference field(which was highlighting correctly in selector window). post this i have to enter value in account reference field for this i am using type into but the bot is not able to identify the field to enter the value. To avoid this , i used set focus on the Uielements passing row col indexes in selector still it is unable to type the values. Is there any work around to fix this.

Properties enabled for type into :
Clickbefore typing - true
Simulate type - False (as uielement not support simulate)
Empty field- True
Delay before and After with - 5secs
Activate - True
Waitforready - complete

any leads,Kindly let me know your approaches and solutions if any .

Thanks,
Shiva

@shivarajvp555

Use highlight activity with the same selector as of the type into if its highlighted that means your selector is correct, if not fix your selectors by re indicating and passing the correct indexes in var. and then pass the fixed selector in type into

For type into try different input modes like hardware events etc and see which works.