Hi,
I have a quick problem when working with Powerapps. I’m trying to show the job related to the code, but it doesn't seems to work.
The idea is when the code is selected (in the dropdown), the checkbox must be automatically filled with de jobs related to the code. Most of the time, there is 1 job linked to 1 code, but sometimes there are more jobs linked to it. I tried to use the LookUp and Filter command, but it seems not to work.
I will give an example of how I wrote the code down:
The name of my SharePoint list is TEST.
- Filter(TEST; dropdownCode.Selected in (Job))
- Filter(TEST; Test.Job = dropdownCode.Selected)
- Lookup(TEST; dropdownCode.Selected = Job)


Thanks for your help guys 🙂