Could not able to return the value

Hi
i am could not able to return a specific value in ui path

can any one clarify ?

Hi @chintu,

Inside the “Output” Atribute, there is a field called Value

Click on the text box and press CTRL and K keys on your keyboard together and then type Return_Result (use camel case by the way for declaring variables)

Ctrl K is short cut to create a new variable.

Hope that helps :slight_smile:
Warm regards
Prashant Singh

Hi @prassin6
PFA
Main.xaml (11.1 KB)

Try now.
Your selector title has attribute of value 30 and when your performing computation your output is 36 hence there is exception.
Just pass wildcard *.
here we go.
Main (12).xaml (11.1 KB)