About field in Configure condention. After you chose the Founding total, but the [.pzInsKey] is appeared.

Low-Code App Builder Extended | Pega Academy

when I do the US-1002: Allow users to update the initial deposit amount,

This problem was appeared. I tried to solve it but spend 2 days,I still can not fix it。

I am so appreciate Is anyone can tell me the reason,

Thanks

The issue happens because you selected the internal key property pzInsKey instead of the actual business field. In the Configure Condition step, you should not use system-generated keys for comparison. Instead, select the correct property that holds the founding total value from your data model, such as .FoundingTotal. Make sure the property is defined in the class and is available on the clipboard page. Replace the condition field so it points to this business property rather than pzInsKey. This will ensure the rule evaluates correctly and the error will be resolved.