How to create microflow for Create an inbox to view all the requests created by me or assigned to loged in user

0
what all are the activities present in  microflow
asked
2 answers
1

HI Naveen,

         Please start creating a sample project and try and you will end up learning it.

https://academy.mendix.com/link/path/6/Master-Modeling-Microflows
https://academy.mendix.com/link/path/42/Building-an-Event-App-Using-Microflows

 

Your requirement is to see the created records by logged in user. Have an attribute CreatedBy and add a microflow for save process. created by is set to the current user. Then have a datagrid  and retrieve from xpath with createdby as currentuser. I hope this helps

 

 

Thanks.

 

answered
0

Go through Mendix documentation about Microflows
https://docs.mendix.com/studio/microflows
https://docs.mendix.com/studio/microflows-expressions
https://docs.mendix.com/studio/microflows-setting-and-changing-value

Also if you are completely new to Mendix, you should try exploring some beginner level learning paths in the Mendix academy. They will help you to build your own applications. 
 

answered