Need to fetch latest file uploaded by user

0
Hi, I want fetch recently uploaded file uploaded by particular user based on ‘RequestorEmailAddress’  Attribute. How to do that? I want to display that latest file in the below data grid. Kindly, Help me out..
asked
1 answers
0

If you change the attachment datagrid to a source microflow (instead of database), you will be able on that microflow source to retrieve the attachment with the email put in the RequestorEmailAddress.

When a user is clicking on a microflow button (caption : refresh for example), you will refresh the object accessRequest, this refresh will trigger the microflow source of the datagrid. 

 

By the way, if you only want to retrieve one attachment, a dataview instead of a datagrid will be better.

answered