
Announcements
So i've created a dropdown menu which show a dropdown menu with the assigned Project to that user. It shows the project code that is pulled from a Lookup field.
For wich I'm using this. Dropdown 1= This Distinct(Filter(Tarieven,Persoon.Email = varHuidigeUser),Projectcode.Value) which works.
But now I want to Submit the data from this dropdown together with some other text field into a sharepoint list. This is where I stuggle because I can't simply load dropdown1 in the MaakTimesheet.Run()
I know Text(Dropdown1) is wrong but how can I load this lookup field in the new list?