Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Answered

Existing table data not appearing in canvas app - edit form control.

(0) ShareShare
ReportReport
Posted on by 98

Hello,

 

I am using the 'Edit form' canvas app control, which is relatively new to me, to recreate model driven forms' functionalities in a canvas app.

Among said functionalities is being able to set some fields to read only and set their data to some value of another lookup field's data.

This isn't exactly like a model driven app's 'quick view' form however, let me explain: (and have a screenshot of the form) 

For the record, this form is set to FormMode.New

Salim_A_M_1-1705266982839.png

So... the user picks a position, and I want to show the position's job in the form, which will subsequently be set as the new record's job.

As far as I know, it should be as easy as referencing the position dropdown, then plugging the position's job record into the job field then displaying its name.

The way I'm doing it is by setting the Job field's data card's default value to the Position dropdown's job record,

I've researched and asked my colleagues to no avail, so I turn to this community for help. Any suggestions, and perhaps a refresher on some intricacies of the edit form I may have missed would be greatly appreciated.

 

 

 

 

 

Categories:
  • Salim_A_M Profile Picture
    98 on at
    Re: Existing table data not appearing in canvas app - edit form control.

    Hello! Excuse me for the late reply, go caught up with some other work.

    Thank you for your answer. This has solved the issue.

  • Verified answer
    EddieE Profile Picture
    4,641 Super User 2025 Season 1 on at
    Re: Existing table data not appearing in canvas app - edit form control.

    @Salim_A_M 

    You should be able to use a LookUp function to collect relevant data related to the selected 'Position', try something like this

    // pseudo code, adjust to suit your needs
    // if you are using a DropDown control for Position
    LookUp( yourDataSource, Position = Position_DropDownName.Selected.Value, Job)
    
    // if you are using a ComboBox control for Position
    LookUp( yourDataSource, Position = First(Position_ComboName.SelectedItems).Value, Job)

     

    To set lookup fields to read-only in your Form, adjust the Display Mode to View (default is Edit).

     

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

Quick Links

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,524 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,906 Most Valuable Professional

Leaderboard