As I explained in the previous post, it’s not possible to directly traverse more than one Lookup relationship in Dataverse. However you can access the Grandparent record from the child by using a combination of dot.notation and the Lookup function. If you want to have access to the Great-grandparent record however, it’s not enough to just have the child record
A simple way to around this constraint is to create a variable for each of the generation’s selected records. In the example below I’ve captured the selected records for the County, Region and Country to their own variable by using the OnSelect property of the child Gallery (in this case the County Gallery):