Hello,
I have a CMS called CaseStudies (CMS A), and one of the fields of this CMS is called Client. Client field is a single-reference to other CMS called Clients (CMS B). In the Clients CMS I have another field of the same reference type, but this time it references to a CMS called Industries (CMS C).
If we look to a high level this is how the references look like:
CaseStudies (Client field) → Clients (Industry field) → Industries
Next steps:
- I created several Industries (e.g.: Finance, Telecom, E-commerce)
- then I created several Clients and selected one Industry in the Industry field (e.g: Apple, Microsoft)
- finally, I created one study case and I chose a Client available in the list, for example Apple (e.g.: Sudy about year 2023 at Apple).
Now, I want to design the CaseStudy pages throught the CaseStudies Template.
The problem is that I can access all information of the CaseStudy, including the Client fields but I can’t see the Industry field of that Client.
To be more clear, I would like to add in my page a section with details of the Client, Including the Industry where the Client is.
Here is an example of what I can see in a Custom Code component. I See all fields, Including Client, but nothing beyound that:
I also tried to get that information from a single block of text, but again, didn’t get the Industry related information:
These are the fields I setup for the Client CMS:
I believe that this is a limitation of Webflow, unless I am missing something.
Is there a workaround for this?