Page Number input field text not getting clear in audit logs t3 portal

I am automating t3 Portal to download Audit logs. But when I am trying to enter page number whose value byDefault is 1 using web set value and clear text option is also true, default value is not getting cleared. So the page number is getting entered wrong.

Can anyone please help me with this?

Thanks in advance.

You can try Inject JavaScript step to set value instead web set value…
Syntax as: document.getElementById(‘Id_X_path’).value=’?{Value}’;

Or try with Robot Handling step DELETE key to clear that default 1.

Also to download Audit logs the default size is 10000 records per page.
If you want to download specific data simply apply filter as per requirement on it and then download.