Excel Export only Current User Data

0
Hello All,          I have used excel export from mendix and able to download excel with data. But i cannot download the current user data. Instead all the data of other users is getting downloaded. How can we download only Current user data in excel export. I’m using this Microflow to download.   Thanks in Advance.
asked
1 answers
0

Hi Abdul,

1.Create entity with Generalization FileDocument and associate(one to many) to entity from which you want to retreive data.

2.Retreive Data for current user, Create Object Of Entity of newly created entity ,Iterate the retreive data in a loop and in change object pass the specialized entity(FileDocument) Object to Iterator Object

PFA

 

answered