Exporting Data to Excel

0
    Hi,  I am doing a course of project stack management from mendix academy which is related to exporting and importing data in mendix using excel and REST API’s. Now I am working on exporting data to excel in that their is one microflow for getting the product details. Can anyone tell me ,what will be the value for member “stockmanagement.product_ProductExcelDocument” (the Change object activity of loop with iterator product as a parameter)? I have attached image here(The blue arrow).
asked
1 answers
0

That will be the association between your excel document and your product. In this case, you want to associate the excel document to the product you're currently iterating over, so you should enter $NewProductExcelDocument.

answered