Skip to main content

Notifications

Community site session details

Community site session details

Session Id : m8g7815llpRrMKGhFfL3BT
Power Apps - Building Power Apps
Answered

Item: Form.view from list other

Like (0) ShareShare
ReportReport
Posted on 25 Oct 2019 14:25:19 by 63

Good morning all,

Do you know how to display the details of a record on a form in view mode from a different list in the list where the record is.

I have three sharepoint lists:
* Clients
* Products
* Order: (Customer_ID; Product_ID; Number; Price; ...)
(The order list thus integrates the IDs of the Customer and Product records.

I would like when I am on the ORDER list, at the click to navigate to the Customer file: screen_detail_client

For the screen_detail_client
I do not know which function to put in Item =
(to find the enregestriment: ID = ID_Client)

 

Do you have a solution ?

Categories:
  • Glaga Profile Picture
    63 on 25 Oct 2019 at 17:14:47
    Re: Item: Form.view from list other

    Thks @mdevaney 

    LookUp is so good !!

  • Verified answer
    mdevaney Profile Picture
    29,987 Super User 2025 Season 1 on 25 Oct 2019 at 14:39:51
    Re: Item: Form.view from list other

    @Glaga 

    Setup a new button with the text "View Customer" and put the following code in the OnSelect property of the button.

     

    Set(customerID, your_customer_ID_value);
    Navigate(screen_detail_client,None);

     

    Then on the screen_detail_client I assume you have the client details in a View Form.  Put this code in the Item property of the View Form.

     

    LookUp(your_customer_datasource,ID=CustomerID);

     

    ---
    Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."

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 Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Power Apps - Building Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 98 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 60

#3
stampcoin Profile Picture

stampcoin 48

Overall leaderboard
Loading started