How to validate all the properties in a pagelist without using activity or DT?

Hi,I have a pagelist and it has five properties like first name,last name ,age etc.

How can I validate all of these properties without using activity or DT?

@TanyaS58 Eventough you want to skip using DT or Activity, If you use any functions…Internally Pega will iterate the Pagelist.

My suggestion is…use Validate rule in the flowaction and refer the pagelist property Inside it pega will give you a place to validate the properties you like.

@TanyaS58 Check this article to see if it helps.

How to Validate a Page List in Constellation