Problem with manual SELECTOR editing

If i try to manual edit selector in properties of element (for example OpenRPA.NM.GetElement ),
i always get compiler error in expression editor windows, this happens because , selector saved in format

“[ { “variablename”: “value” } ]”

but expression editor expected format is

“[ { ‘variablename’: ‘value’ } ]”

and for editing you need always change inner doublequotes to single quotes, it it very useless.

Yes, you need to click open selector, or re-escape the string with double quotes

Ok, thanks for answer Allan.

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