Hi @ronak.patel
You can try below steps
UiPath activities like Click, Type Into, Element Exists, etc. have a Timeout (milliseconds) property.
Normally, you hardcode a value (like 30000 for 30 seconds).
But if you want dynamic timeout — you can set it through a variable.
Hope it works for you!