web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Power Up Program - Build A Canvas App
Unanswered

Parking Challenge - Inspection Form won't Auto Populate the 'ParkingRequest' Form Field

(1) ShareShare
ReportReport
Posted on by 2
Hello,
 
I'm working on my New Parking Inspections Form (in my canvas app as part of the PowerUp Program challenge) and I want to automatically identify the Parking Requests that are related to any Parking Inspection. To achieve this, the instructions say that I need to introduce the 'ParkingRequest' form field to the Inspections form. See screenshot below for an example - my app page looks very similar and the field I'm talking about is pointed out in red in the screenshot.
Additionally, I followed all of the instructions in screenshot below:
The 'ParkingRequest' form field should be automatically populating itself with any parking requests that are related to the 'Vehicle' field value selected in the form (i.e. the value of the first form field in the first screenshot), but this doesn't seem to be happening in my app.
 
I double checked the code used - I'm thinking maybe it has something to do with a column/table setting? 
 
Thanks,
-T
Categories:
I have the same question (0)
  • Michael E. Gernaey Profile Picture
    50,271 Super User 2025 Season 2 on at
    Parking Challenge - Inspection Form won't Auto Populate the 'ParkingRequest' Form Field
     
    Moving this the PowerUp challenge forums
  • timl Profile Picture
    35,799 Super User 2025 Season 2 on at
    Parking Challenge - Inspection Form won't Auto Populate the 'ParkingRequest' Form Field
     
    To diagnose this further, I'd suggest adding a gallery or table to your screen and setting the Items property to the following.
     
    Filter(
     'Parking Requests',
     'Parking Requests (Views)'.'Active Parking Requests Today',
     Vehicle.Vehicle = cmbVehicle.Selected.Vehicle
     )
     
    By doing this, you can inspect that the call to Filter returns parking requests for the selected vehicle for the current day.
     
    If nothing appears, I'd remove the reference to the view to diagnose if it's an issue with the view not returning records correctly for todays date.
    ​
    Filter(
     'Parking Requests',
     Vehicle.Vehicle = cmbVehicle.Selected.Vehicle
     )
    ​
     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Leaderboard > Microsoft Power Up Program Community

#1
timl Profile Picture

timl 182 Super User 2025 Season 2

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 154 Super User 2025 Season 2

#3
mmbr1606 Profile Picture

mmbr1606 107 Super User 2025 Season 2

Last 30 days Overall leaderboard

Featured topics