Receiving Reference " '.ServiceAddress.State' is invalid " error
Hi team,
I am doing Pega certified Business Architect essentials v8. I am receiving below mentioned error
Hi team,
I am doing Pega certified Business Architect essentials v8. I am receiving below mentioned error
" pyValue— Reference '.ServiceAddress.State' is invalid, provide a valid subscript for property 'ServiceAddress' "
I have attached screenshot for reference.
Thankyou !!
Check your .ServiceAddress property, to ensure it is created as a Page (Field Group), instead of a Page List (Field Group list).
If it is created as a Page List, then Pega will expect a subscript to identify the correct .ServiceAddress property, e.g. .ServiceAddress(1).State.