Problem of retranscription of data from SAP

The robot does not transcribe the correct information after a certain number of lines processed in SAP (from about 150 lines).
I think it’s a cache problem, have you ever had this problem?

Thanks

Well not really
I haven’t faced an issue especially when entering any value to sap page over 150 transactions
I usually ensure that empty fields and at some places DelayBetweenKeys property is configured around 50 milliseconds

Are you facing any issue issue with typing activity itself with just the data getting entered

Cheers @Soudios

Its not taking the right value for every row its corresponding

Hmm fine
Run in debug mode and see the values of each variable / arguments in LOCAL PANEL and validate they look correct or not
Let’s check first with the variables used to pass the value and then let’s see the way it is passed

Cheers @Soudios

is it possible to find the last output execution ?

1 Like

Yeah
If the bot was run from studio and if it is closed and reopened the logs won’t be visible in output panel of studio
Rather you can find the previous execution logs here in this folder path
logs are stored in a local database ( C:\Windows\SysWOW64\config\systemprofile\AppData\Local\UiPath\Logs\execution_log_data )

Cheers @Soudios