Hello Everyone,
I am relatively new to PowerApps and would like to create a app to book company cars.
The current setup is the following.
Table 1: All the names of the workers in a column
Table 2: All the history of requests
on the powerapp I have a combobox showing all the workers names (From table 1) so you can select who is going in the car.
I would like to save the selected workers on a column in table 2. I tried using SelectedItems but it does not work.
How can i work this out?
Thank you