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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Showing a price relate...
Power Apps
Answered

Showing a price related to a code in powerapps

(0) ShareShare
ReportReport
Posted on by 2

Hello! I'm building an app where people can negotiate a price on a product but I need to show them the minimum possible on that product so that they don't put unreasonable offers. The person will write the product's code and I want a text in the screen to show the minimum possible number on that product based on the code. Is there a way to do that?

Categories:
  • Verified answer
    Ami K Profile Picture
    15,689 Super User 2024 Season 1 on at

    @Amélia_Silva - you have provided very little detail here, but assuming the users enter the "product code" in a Text Input Control, and you're storing the minimum possible numbers on a separate Table, you could simply use a LookUp function on that Table against the product code entered by the user. E.g.:

     

    LookUp(
     'Your Data',
     'Your Code Field' = TextInput1.Text,
     'Your Minimum Number Field'
    )

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 381 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 340

#3
WarrenBelz Profile Picture

WarrenBelz 187 Most Valuable Professional

Last 30 days Overall leaderboard