Initialize Databasecommand Autodetect

Hi,
I want to create database tables generically with Databasecommand.
Unfortunately the action keeps the column mapping of last run.

Is it possible to re-initialize the action before it is executed (delete old mappings before)

Regards,

Adrian

Hi Adrian,

No, it’s not possible. The only way to generate a database table with varying columns is to dynamically generate a custom SQL statement and execute it using the “Database command” action.

Hi Dmitry, thanks for replay, okay … damage, is it planed to initialize the action before executing?