ForEachUIElement filter doesn't appear

Hi all,

I’m trying to automate a specific browser page, and on it, I iterate through a table, using a ForEach UIelement activity. Earlier, I created an element with the data scraping wizard, and used the “filter” property on some of the labels, but after adding a label that isn’t reflected in the labels available in the filter, I tried to just use another instance of the for each activity, but this new one does not offer the possibility to use a filter at all, despite both having been created in the same UiPath session without any update, and being the exact same activity.
Is there a reason I’m missing for this behavior ?

Thank you in advance.
PS: Here is a screen of the situation in case it helps anyone :

Hi @Bastien_B

The Filter property in UiPath appears only when the For Each UIElement activity is generated through the Data Scraping wizard, because the wizard creates a structured extraction scope with metadata. If you drag the activity manually from the Activities panel, the Filter option is not available.

Run the Data Scraping wizard again and use the generated extracted element in your For Each UIElement activity.
This restores the structured metadata and makes the Filter option appear again.

Happy Automation

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