.pyFirstName Is not in context its showing .when i am using in the property Value In Section ?
@PavanKumarReddyG16717473
Ensure the property is available in your inheritance path. pyFristName property is defined in Data-Admin-Operator or Data-Party layer. Define a data class for Claims and extend Data-Party for Account and then refer the pyFirstName based on your requirements.

