I am updating an application I made a long time ago for the company I work for. We are a sub contractor who bid for work (I only put this for understanding). The issue I am running into is, I am using reusable elements this go around trying to optimize the application and reuse as much as I can unlike in the old application.
I have a section called projects in a reusable element due to the fact that I have custom dropdowns setup to trigger when an the value of the dropdown is changed. I have this reusable group on multiple areas of my website within repeating groups but not all the information is needed to be seen on certain area of the application. For instance in the section where all of our projects are, I want to show all the information but in the section where the projects that we have been awarded are, I don’t want to show items like the status of the bid or bid date. I want that information that is needed without having to utilize multiple reusable groups.
I’ve tried setting up states within the reusable group but it isn’t accessible once it’s in a repeatable group. Is there a work around to this?