Hi all
Please help! I have 3 lists:
System list:
SystemID (number)
SystemName (single line of text)
Project list:
ProjectID (number)
ProjectName (single line of text)
EPPSystem (lookup that allows only one value. Gets info from the SystemName field in the System list)
State (choice drop down. Only one selection allowed: In Progress; On Hold, Closed; Withdrawn)
Risk list:
RiskID (number)
RiskName (single line of text)
ImpactedSystem (lookup that allows multiple values. Gets info from the SystemName field in the System list)
ImpactedProject (lookup that allows multiple values. Gets info from the ProjectName field in the Project list))
The user will access the Power Apps form to enter a new risk or edit an existing risk.
I would like the user to be able to choose multiple impacted Systems. Below that I would like a cascading control where the user can select multiple impacted Projects. The impacted Projects should only contain records where the EPPSystem from the Project list equals the impacted System combo box control. And I only need to see Projects that are State = In Progress or On Hold.
I’m not a fan of the multi select combo box, so if list boxes could be used instead, that would be ideal!
I have struggled with this for a long time. Can anyone help?
Thanks so much!