I need to create journals for Asset Management via Power Automate. Reading works, but inserts fail.
If I call
Invent entities (
InventJournalTableEntity
/
InventJournalTransEntity
), I can see manually created journals but inserts fail with
-
“Inventory dimension identification not specified; update cancelled.”
Even when I send all dimensions, all dimensions + InventDimId
, or only InventDimId
.
-
Sometimes I also get:
“Field Voucher series must be filled in.; Field 'Name' must be filled in.; validateWrite failed on data source 'InventJournalTable (InventJournalTable)’.”
-
Standard connector and HTTP with Azure AD behave the same for me
Goal: automate forecast approval → journal creation for Asset Management, without X++. The standard button has no approval workflow.
Did someone create a flow like that?