Problem in pursuing expand your domain modeling skills - 3.3.2

0
Hello Developers, I am following the instructions in module 3.3.2 in expand your domain modeling skills intermediate developers course, I have attached the screenshot of the steps it i m facing challenge with, As soon as I add a container and added data view for score entity It is showing me error in studio . when i try to follow step 3 that is to set the visibility so it says unknown variable currentObject.          
asked
1 answers
0

Your snippet should have an entity of type Match as its context. So in the Match_Overview page, it should look like this:

 

This means that the entire snippet is a data view for Match and so currentObject will be a Match and you can refer to attributes of Match in your text widgets

 

answered