Debashis,
Obviously, it is possible to do this (as has been described here) but you have to ask if you actually want to do it!
Data Tables are not meant to be used as Databases. There is a reason that there are not update actions built into Architect and you have to resort to Data Actions to achieve this. Their purpose is to provide quick lookup tables.
How busy is your system likely to be? A Data Table has a limited size (according to this article, 5000 rows.) It also lacks any standard database functionality for querying and so on which will make it difficult to extract the data to do anything meaningful with it.
I would look at using a database with a REST API interface and then use Data Actions to update that. You are likely to experience better performance and have a lot more tools at your disposal.
HTH
------------------------------
Paul Simpson
Views expressed are my own and do not necessarily reflect those of my employer.
------------------------------
Original Message:
Sent: 01-22-2025 02:14
From: Debashis Bhakta
Subject: Data table update from Slot inputs
I have created Movie ticket booking bot in Genesys Cloud CX, with Slot input CustomerName, Date, MovieName, ShowTime, TicketCount, How can I write a Booking order details with slot inputs in a Data Table name BookinOrder?
#API/Integrations
#ConversationalAI(Bots,AgentAssist,etc.)
------------------------------
Debashis Bhakta
------------------------------