Hi Community,
I am facing an issue while uploading the excel file using the (Import Excel to Database ) smart service in one of the process , Could you please provide some inputs why this is occurring as we have already configured with correct business DB, Error has been attached as below,
Discussion posts and replies are publicly visible
Hi harshadd0001,
If you are using data source connected systems, then use a!getDataSourceForPlugin() Function - Appian 24.2 function in data Data source name field.
If you are using basic Appian Maria DB, then use "jdbc/Appian"
Pls advise , Do we need to create data store and entity and cdt to use this smart sevice , our application uses record centric , do we need to have cdts for import excel to db ?
That function writes directly to the DB table. For writing, you do not need a CDT.