How to add variable in selector.
i want to click on element on webpage and that elements exact name is in excel.
so i am using each row en excel activity and trying to use {{currentrow(“column name”)}} like this way in selector but not helping.
To add a variable in a UiPath selector, right-click the attribute value (like aaname ) in the Selector Editor and choose “Create variable” then set it to your workflow variable before use. Assign the value from Excel to this variable (e.g., elementNameVar = CurrentRow("ColumnName").ToString ), and the selector will use it dynamically at runtime.
Avoid direct expressions inside the selector