How can I calculate the total amount of an order that includes multiple items?
AFAIK, there’s no simple way.
If you’re on classic page or 1.x version of Nocobase, add a column to keep total amount to the orders collection and calculate it using a workflow when items are changed/added/removed.
If you’re on modern page, you can also use JS field/column for that.