We have a list of five objects, each with a key that specifies the role of that object. We want to display only the objects where the role is either “BO” or “SMO”. How can we achieve this functionality?
I want those object which have the BO or SMO role only.
@AnushkaGupta @Harshit Please look into this
Hi @Ritik_Dixit, You can use the Filter properties of the List element. Utilizing this property of the list element it will be easier to display only the list cards with the key “BO/SMO”.
Yes, But In BR which you are going use, make sure for accessing the property user should use Obj function to access the value of currect object in list.
So BR should be like - Obj(age) > static(30, Number)
here Obj represent the individual objects of List.
1 Like