動的セレクタはUI Exploreでは設定できない?

こんばんは
UiPath Studio 2025.0.161 community editionのユーザです。

'{{XXXXXXXX}}' で現わされる動的セレクタ(Dynamic Selector)はおそらくバグが原因で、UI Exploreでは設定できないという認識ですが正しいでしょうか?
私は毎回セレクタエディターで動的セレクタを設定しています。

yes it was correct but this thing when choose variable then you can see this format.

if you want to use variable

you can use “+yourvariable+”

Assume you need to use variable in aaname then it looks like
aaname : ‘home’ in the place of home you want to use variable then you can select home and right click and select variable that is on option or in the place of home you can use variable by typing. that format you need follow
aaname: ‘“+yourVar+”’ like this

happy automation!!