2
Whenever D365fO is exporting data to Bring your own database, the available fields in the target tables is fixed to the fields being available in the related Data management staging table. + [EXECUTIONID] + [DEFINITIONGROUP] + [SYNCSTARTDATETIME].

In order ro allow LogicApps to be triggered on INSERT of a new record, the table will require an IDENTITY column. In order to allow LogicApps to be triggered on an UPDATE, a ROWVERSION column. It would be wonderfull, if all tables created in BYODb would have these two columns.

https://flow.microsoft.com/en-us/blog/introducing-triggers-in-the-sql-connector/
Category: Data Management
STATUS DETAILS
Needs Votes