Hi developers iam working on the app leave request i almost completed the app but at one point of time i got struck in one thing .If the leave request sent by the employee to the manager his leave request should only visible to him not to other employees.In the below picture many persons applied leave it was visible to one another.Please give me solution
asked
Sankar Ganesh
3 answers
0
Hello Sankar,
Add Xpath constraint to data grid as [id='[%CurrentUser%]']
answered
Sujata Narvekar
0
you can also add data source as microflow where u retreive the list and enter $currentuser=id or email id and return the list.
answered
Abdul Zameer
0
Hi Ganesh,
You can retrive [id= $currentUser] in the microflow and return the account.
I am inserting the image for better understanding