We are currently experiencing a Cannot Read Property of Undefined error.
Here’s an exaple of the error, as youo can see on the screenshot, I already used the property name of result response on logs and used it again on Load Table objects.
Logs print it out just fine but when I used it on Load Table Object it returns undefined
What should I do with this one?
Thanks for your help.
Hello @Jomar_Balanag
Could you please show what comes into the property “original text”?
Regards
@viktor.liablin
Hi, you mean the “Name” property or the whole Response Value?
Name Property only contains: “Shaiyanne Qadri”
@Jomar_Balanag
could you please add this block and show result in logs
@Jomar_Balanag
There is a lot more logic there than in your screenshot, from which I concluded that the error most likely occurs elsewhere.
And so it turned out - see the screenshot.
In logging blocks, you get the name
directly from the Response
, while in other places - from the result
of the Response
.
Let me change that and try it again.
It really was the wrong logging block. Sorry.
But why did the value of Response change though?
We were using this event handlers without adding the “Property of RESULT from RESPONSE” instead we are using it directly from RESPONSE for so long. Which is the on the two logging blocks that you saw.
@viktor.liablin
Hello @Jomar_Balanag!
To the best of my knowledge, there have been no changes on our end. In the first screenshot you provided, it appears that you are using the result
property of the Response
object.
If you have any further questions or concerns, please don’t hesitate to reach out.
Regards,
Alexander