Hello,
I have a basic power app that I’m trying to create in the form of a simple vehicle log book system. It is structured as follows-
2x SP lists
-LogBookTest (contains multiple columns where the app writes the data to)
-Vehicles (contains two columns, Rego and Make – (LogBookTest looks up from here to get the vehicles as it changes regularly)
My issue is made up of two questions-
- When in the ‘New Entry’ screen, I have a drop down list to select what vehicle the user is currently driving
In the Vehicle list under the ‘make’ column, I have the description of the vehicle. My question is, when the user selects a certain vehicle from the drop down, how can I make another field show what type of vehicle that is?
Refer Screenshot 1
2. Again, in my ‘New Entry’ screen in pwr apps, I have a field for the ‘Start Odometer’
Is it possible/how can I make this field auto fill with the last odometer entry relevant to that vehicle from the LogBookTest list, so the user does not have to fill it in each time?
Is this some kind of lookup function to my LogBookTest list and how to point it to the last entry and not just another previous entry of that vehicle?
Appreciate any help or advice
Thanks


