Retrieving list of objects

0
I want to show list of dates from start to end date  in user entity also total no of users registered for perticular date and no. of active users based on their journal entries ... suppose i given start date as 6 march 2019 and end date as 8 march 2019 then data grid must be display 6 march to 8 march in column and respective total user registred ,no. of active users   How I can write microflow for that and how to use X-path and filter list operation??
asked
1 answers
4

Hi Shraddha,

Maybe you can create a custom search functionality (One input field for the start date, one for the end date and a search button) and when the button is clicked, you call a microflow that creates a list of (non-persistent) helper objects that contains the data needed and show those objects in a grid.

answered