Supress warning from Library Project

Hi all,
We’re using a “Type into” activity to fill out a drop-down field. We have tried “Select Drop-down” but it doesn’t work in this case, “Type into” does however.

The problem I’m having is that UiPath displays the following warning:

When the Empty field is set to None, the auto verification might fail due to preexisting text in the target field.
We are using verification to validate that the expected option has been selected but we can’t use the Empty Field behaviour as it messes up navigation on the page.

Is there a way to supress this warning? I don’t mind it in the code, but this is an activity library and the warning is also displayed in the compiled activity, causing confusion:

Hi @Hjorth

You can’t suppress that warning in UiPath Studio. It’s built‑in validation. The workaround is to ignore it or disable activity validation in Project → Settings → Validation. The process will still run fine with “Type Into” even if the warning shows.

If helpful, mark as solution. Happy automation with UiPath

@Hjorth

Thats a built in warning and no way to supress unless you change your logic

cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.