I know, i uses demand_management for other things and that is working, but the problem is that demand_management is writing data to demand table instead of order_changes_log table, so i asume to use trans_log element to write date to order_changes_log table.
The reason is that we have report and queries that already is looking in the order_changes_log table, so thats why i want to write data to the order_changes_log table through a Process Flow with an API Action.
Is there a way to this or this is just not possible to write data to order_changes_log table through a API