Hi Hanumesh,
I would use the following approach:
hope this helps!
Hi Hanumesh,
I expect certain things to already work for you:
Having a like count and a Date from where you get the information, if an idea should be in the list.
If those are given, here are two ideas:
1. Make the ListView work with a Datasource Microflow. In that Microflow you can even sort your ideas by your “like count” and then return it as Data to the ListView. It will be shown in your sorted order from the Mciroflow.
2. If you are willing to create an attribute on idea “showUntil” (or smth similiar) you can make use of XPath in the ListView Widget. You would have to fill this attribute in the respected process.
I am willing to elaborate further, if you are interested.