Auto allocation

0
hii everyone how to auto allocate some task to a specific person with specific user role such that other person cannot see the task assigned to the another user he must see only the task assigned to him  How can I achieve this using microflow  Or should I use workflow ?
asked
1 answers
0

Hi!

You can do this of course with a microflow but using the Mendix Workflow would be a great place to start as well. You can asign tasks in the workflow based on userrole or a custom logic in a microflow.

Check out this learning path: https://academy.mendix.com/link/paths/112/Build-a-Powerful-Workflow

answered