Question
Maantic Global IT Solutions Pvt. Ltd
Maantic Global IT Solutions Pvt. Ltd
IN
Maantic Global IT Solutions Pvt. Ltd
Posted: Jul 9, 2025
Last activity: Jul 9, 2025
Last activity: 9 Jul 2025 19:20 EDT
Validate Page List property (e.g., .ProductList) is empty at validate rule like other single value properties
I am working on a validation scenario where I need to check if a Page List property (e.g., .ProductList) is empty, and if so, display an appropriate error message to the user.
I would like to implement this using a Validate rule, not an activity or data transform. However, when I try to add the Page List in the Validate rule, it prompts me to reference another Validate rule for the list items.
Could you please guide me on:
@SanjibMaji
Yes in a validate rule if a pagelist is referred, you have to set another validate rule that'll run for each index in the pagelist. Instead of referring the pagelist property, refer any other property that is not on the UI and use a expression to evaluate your condition. The validate rule will through a page-set-message on the UI.