ATF-How can we open any specific record from list.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-23-2023 10:59 PM
Hi
I am trying to open second record from RITM list.
I use Record Querry in first step. I get 2 records(RITMs).I want to open one specific RITM from this result.
If I try with Open existing Record with Above result in data picker, it only allows to select first record.
Is there any way to select second record and open it?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-25-2023 02:01 AM
Hi Vedika,
As mentioned by other persons, you should be able to improve your query filter to get only 1 record.
What makes the second record more interesting for you than the first record?
Alternatively, you can also make the same Record Query a second time but excluding record where the sys_id is same as the one found by the first Record Query.
And also, you can make a Server Side script should you need to fine-tune your test.
Kind regards,
Philippe