How to pass the variable value to selector for making it dynamic in Modern design using strict selector

Hi Everyone,

I am trying to pass variable value to strict selector and make it dynamic using modern design, but i do not find any reference variables in the list. How do i select the variable from the current xaml

Note: I am using object repository to maintain the descriptors for all elements.

Thanks.

@srinath49

If you right click on selector ideally you would see variables…can select from there

If not whereever you want to add variables add it this way {{VariableName}}

Please add exactly how your variable looks

Eg: <webctrl tag=‘DIV’ innertext=‘{{VariableName}}’ />

Hope this helps

Cheers