Online searching in Native Mobile

0
Hi Experts, I was wondering is there any seamless way to retrieve an entity via a microflow and then immediately return the list to a listview in native mobile? Right now native mobile doesn’t allow persistable entities to be returned from a microflow to a nanoflow. I could think of several ways to solve this, like syncing the list to the mobile device first, then adding search parameters in the nanoflow, but I think it will have an impact on performance. Any tips and advice will be much appreciated. Cheers!
asked
1 answers
0
  • Implement pagination to retrieve the data. 
answered