Hello Everyone,
I have 3 SharePoint list.
- The first list (Teams) contain simply the name of the Teams. (Title column is named to "Teams")
- The Second (Project Tasks) contain two columns: The first column is a Lookup Column that is getting values from the first SharePoint list "Teams/Title" column and the second column contain the Projects that each team is managing .
- The 3rd SharePoint list (Requests) is for raising request to the appropriate teams and selecting a project. Columns:
Request Title (Text column)
Team (Lookup column based on the first SharePoint list)
Project (Lookup column based on 2nd SharePoint list Projects column)
I added all the three SharePoint list as Datasource in the Canvas Power app and added a Edit form control for which the data source is the 3rd SharePoint list.
Now i want the user to have the capability to select a Team from the Team Dropdown and based on the Team the Project Dropdown should get filtered to show the projects for that team only.
The issue that i am facing is when i am changing the Items property of the Project Dropdown to :
Choices('Project Tasks'.Tasks) I am getting error //Name isn't valid. {'0'} isn't recognized
Please tell me how can i achieve this because both columns "Project" and "Team" present in Request List is lookup column that have Id and Value associated with it.