Limit list view to only object

0
Hello,   is there a way to limit the list view to only one object ? it is showing all committed
asked
2 answers
0

Is there a reason you need it to be a List View?

 

If you only want to display one entry you can just use a Data View and run get the source from a Microflow that gives you the one entry you want to view.

answered
-1

Hi George

                First of all no way to show one object in list view if you having huge data 

If you need specific one data to show means

  • The easiest way to limit the List View to one object is to use an XPath constraint if you want to filter based on a condition.
  • For more complex scenarios, a microflow could be used to control exactly which object(s) get displayed

 Follow this above steps

answered