How to select dynamic result

Hi @KarthikBallary

Looks like you want to select a particular dte in UI. Can you explain how this date resides in the UI? Is it a dropdown item? or just a label?

Based on how it resides in the UI, the selector to use is different.

However, the easiest way to get the selector generated would be to use the UI Explorer in Studio. Go to UI Explorer, click on the element which you want to select. This will generate the selector along with a value tag which includes the actual value. You will need to make the selector dynamic (replace the value segment with a variable) to capture any value that is passed to it…

1 Like