Need to use Argument/Parameter to the find the element in AE Lite 18.0 version

We are using the AE Lite 18.0 version

We tried to use Argument/Parameter value to use the Actions of the any element.

Example : I need to click those element whose Id pass as an argument
Like, PriceId = “101” here PriceId is the argument/parameter name and “101” is the element Id which is get dynamically from input and I want to click on the element whose Id is “101”.

    The configuration option is available to take argument/parameter use when we select Manual configuration option for Find By element. but the problem is it is not replaced the the value of the argument/parameter for the same.