adding a product to an order

0
so, i got 2 entitys, Order and Product, an Order has a product, and and integer called Number. i suppose i need to sepperate Product and Number in order to add them to Order. or how do i do this in a microflow? thanks in advance
asked
1 answers
1

Based on the above, I get the impression you are confusing entities, references and attributes. I'd expect you to have an Order entity with attribute Number (Integer) as well as a Product entity with a reference to the Order entity. Both attributes and references can be changed in microflows using Change activities.

For more information, please refer to:

answered