Hi Karthik,
I do not think, that data tables will fit your requirements. First: Data Tables have a limitation of 5000 rows. Second: It does not work like a table in a SQL Data Base. You can not start a complex query. You can only access a row via its key attribute row by row.
In theory you could query the data table ID by ID (key attrubute) as often as needed and fill a list in the script. You could attach that list variable to the drop down. But it is really unpractical.
Suggestion: Use external contacts instead?
------------------------------
Christoph Domaschke
Leiter Service Center (Cronbank)
------------------------------
Original Message:
Sent: 05-12-2025 10:44
From: Karthik Ageer
Subject: Display Customer Names from Data Table in Agent Script Drop-Down
Hi Community,
I'm looking to implement the following in Genesys Cloud:
I want to fetch a list of customer names stored in a Data Table and display them in a drop-down menu within an Agent Script. The goal is to allow agents to select one of the customer names from the list during an interaction.
Could anyone guide me on how to achieve this? Specifically:
Appreciate your help!
#ArchitectureandDesign
#Omni-ChannelDesktop/UserInterface
#PlatformAdministration
------------------------------
Karthik Ageer
------------------------------