how to check post data list

How do I know if the post has data in the when rule?

I tried calling D_pzFeed[FeedLabel:.pzinskey], but I couldn’t get the desired result.

@LiXiangTang To check if a post has data in a when rule, you can use the hasMessages function in your when rule. This function checks if there are any messages (errors, warnings, or information) associated with a property or a step page. If there are messages, the function returns true; otherwise, it returns false. Please ensure that the data page D_pzFeed is correctly configured and loaded with the necessary data before calling it in your when rule.

:warning: This is a GenAI-powered tool. All generated answers require validation against the provided references.

Is there another/easy way to get pzinskey for a rule?

Cannot reference a Data Page .pxResultsCount property in a when rule from a

Pega Platform 8.4.5 Patch Resolved Issues

@MarijeSchillern I used report to directly query data of PegaSocial-Message type for judgment. D_pzFeed is no longer used.