Hi,
A feature request.
Any chance to get "Apply on create only" option on data format:
Like:
<table tableName="EcomProducts">
<item table="EcomProducts">
<column columnName="ProductId">P011</column>
<column columnName="ProductLanguageId">LANG4</column>
<column columnName="ProductVariantId" />
<column columnName="ProductDefaultShopID">SHOP1</column>
<column columnName="ProductNumber" />
<column columnName="ProductCreated" onlyOnCreate="True">2021-06-30 10:00:00</column>
...
</item>
</table>