In some cases, I need to validate whether an element is present, and I usually use GUI: Web Wait Until. However, when using a loop, it does not allow the error hop to be a copy but rather a distribution, which does not meet the required needs.
As a workaround, I use Web Element Condition to check whether the element is present or not. However, when the element is not present, I have to wait for 30 seconds, which is the default timeout for the step. If there were an option to set the timeout, similar to GUI: Web Wait Until, this process would take significantly less time. Currently, a process that should take 20 seconds is taking 50 seconds due to this long timeout.