I have a few MS Access file each with different name and different table name into that. I want to read those data dynamically using "List Files/Folders Node. I am successfully reading the MS Access file (DB). But facing difficulties in retrieving the table name to next node.
@Prashant278 welcome to the KNIME forum. You can list all tables from a MS Access database via the internal storage “information_schema”: You will have to come up with a logic waht you want to do with the information.
If you set a table name somewhere you can extract it later.