Hello, I have a form that list product from suppliers to make orders. The fields are the following :
-Supplier
-Product
-Quantity
Product and Quantity are both in a collection to add products in the order. My business process also have an approbation step.
Here is the problem, when I want to approve a form, in the "My tasks" part the product field value is right for the first product but not for the other ones that have the same value. The quantity field value is always good.
Attachment:
- the "form1.JPG" is the screenshot of the form with good values (without approbation task)
- the "form2.JPG" is the screenshot of the form on the approbation page.