Bundle.js:78 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'phone') at getObjectProperty

Hello @Sanjay_Christian,

Based on the error message, you have some custom logic, and in this logic (see Before Enter logic handler) you’re trying to take the phone property of some object. The problem is that this object does not have any value. Please add Print blocks and try debugging this part of the code.