I am trying to update an Order total each time I add an order line item.
Can't seem to be able to use the order number to retrieve the original order and then add the current price * quantity line item total
Hi Alan,
in the AddLine action, you need to refresh GetOrderLinesByOrderId datasource.
Regards