Get record details based on UI action in UI page

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2025 12:04 PM
Hello,
I am trying to get record details based on my custom table form in workspace. I have 4 fields on my form, last name, first name, gender and dob. If a user enters value, there is a ui action checks the user info from my custom table based on the field value and opens a ui page displaying the records. I created the ui page and i did call it and i can see the ui page as a modal but info is not there.
Can someone help me with the logic?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2025 09:36 PM
Hi @Shubham Gagneja , can you share the ui action and ui page script if possible?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2025 06:05 AM
Yeah sharing
My ui page jelly!
processing script
ui action
Workspace script
right now when i click my ui action modal pops up without records like this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2025 06:11 AM
Hi @Shubham Gagneja , If you don't mind, can you share it as scripts in code sample? So that I will try to reproduce the issue?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2025 06:19 AM
Sure @GopikaP
Ui action workspace client script
Ui page jelly
ui page processing script
Ui page client script is empty for now.