
Announcements
Hey there,
I got two SP Lists.
List Nr. 1: Employee Data (Relevant data = Assigned ParkingspaceNr)
List Nr. 2: Available Parking Spaces
My employees are able to edit another employee in an app, also their parkingspace number.
,
In the default property, i got the value of a datacard, which refreshes the data of the dropdown if you select another employee in another combo box:
Now, if a employee wants to change the parking space number of the selected employee, he should only be able to select the parking spaces which are available, which is defined in the sharepoint list by a true/false column.
The problem here is that it doesn't show the default value of the selected employees parking space anymore, because it's selected as "unavailable" in the sharepoint list. So in the dropdown menu it should show you the default value of the selected employee AND the other available parking spaces.
I hope someone understands my problem and is able to help.
Thanks in advance!