I'm really struggling with this and feel like I'm in way over my head. What I am trying to do seems so fundamentally simple in theory but I just cannot believe how difficult it has ben and I just can't get it to work and I have been working on this for days. Any assistance would be immensely appreciated.
I am building an activity tracker that has 7 simple enquiry types and 2 very complex types, therefore I have included 2 forms on my Powerapps 'NEW SCREEN'. The first handles all the simple enquiry types and one of the complex enquiry types and the second form is for second complex ENQUIRY TYPE. I set it up this way because there are more than 120 different fields connecting in and the complexity behind showing and hiding so many elements based on the ENQUIRY TYPE was getting out of control. So the theory was, instead of turning on and off x number of controls, I would just turn on and off the different forms - simple right?.
In order to achieve this, I had to create a dropdown outside both forms so the visible properties of each form could be altered based on the ENQUIRY TYPE populated into that new dropdown (called ddEnquiryType).
This is working well on the NEW FORM and although it hasn't been completely tested, it seems like all is working fine, but on the EDIT screen, I just cannot get the ddEnquiryTypeEdit dropdown to display the selected SharePoint List Items Enquiry Type and now every time the users call on the edit screen in the SharePoint List, the first entry in the dropdown displays in the form regardless of what the List Item's Enquiry Type is.
I've been working on this for days. I've tried passing the values in and out of the form via text labels and altering the UPDATE control on the DataCard in the form to UPDATE ddEnquiriyTypeEdit instead of the DataCard dropdown and I just can't get it to work. I've tried lookups and filters and now I'm getting circular references and I am absolutely at a loss.
I'm not sure what information to provide (code from which elements, screenshots of what etc.) so if someone could please respond and ask what you need to see, I will gladly post.
My sincere thanks in advance for any assistance you can provide.
@WarrenBelz @RandyHayes @Drrickryp @phipps0218 @BCBuizer