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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Bidding/Auction Button
Power Apps
Unanswered

Bidding/Auction Button

(0) ShareShare
ReportReport
Posted on by 15

I'm trying to create a bidding/auction app on power apps and I do not know how to make the bid button(the button the user will click to make bids) to increment every time a user makes a bid. The only thing I've done is add a button and rename it make bid.

Categories:
I have the same question (0)
  • mahoneypat Profile Picture
    1,720 on at

    You will need to make a place to store the bids, probably a SharePoint list or a Dataverse For Teams table.  You can use a Patch function with your button OnSelect to write new bids from a text input control to enter the bid, and have a label that shows the current max bid.  You could then build in some validation where the new bid has to be greater than the current max to enable the button.


    Regards,

    Pat

  • Verified answer
    eka24 Profile Picture
    20,923 on at

    Assumng you have 2 TextBoxes, one that receives the Input and one that displays the Increment (Output), put this code on the Onselect of the button:

    Set(IncreasetheValue,InputTextInput.Text+OuPutTextInput.Text)
     
    or
    Set(IncreasetheValue,Value(InputTextInput.Text)+Value(OuPutTextInput.Text))
    Then in the OuPutTextInput default property put:
    IncreasetheValue
    ------------

    If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
     
    ------------

    If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
  • Ire Profile Picture
    15 on at

    I have an excel table where all the data such as product name, image bid price etc are. Should I use SharePoint list for this or I should leave the excel table and create a separate SharePoint list to store the bids.

  • Ire Profile Picture
    15 on at

    Please what do you mean by a textbox? A text label or a text input?

  • eka24 Profile Picture
    20,923 on at

    I meant text input 

    ------------

    If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.

  • Ire Profile Picture
    15 on at

    After I create the two text inputs, one to receive the input and one to display the increment. Will I type the code as it is or edit it? Because it gives an error message. I removed the bid price because of the two text inputs I'm adding.Screenshot (26).pngScreenshot (25).png 

  • eka24 Profile Picture
    20,923 on at

    Insert a Button and put the code OnSelect of that Button (so remove the code from where you have put it as shown in your Screen shot)

    Also remember to change the name of the Text input so that it reflect the name of Your text input.

    ------------

    If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.

  • Ire Profile Picture
    15 on at

    It worked Thank you. Also do I need to create a SharePoint list to store all the bids made and which user made the bid? And if I want it to end at a particular time how do I do that because right now the bid price is infinite so how do I make it stop after a particular period of time.

  • eka24 Profile Picture
    20,923 on at

    Please you can put your new question in a fresh post.

    ------------

    If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.

  • Ire Profile Picture
    15 on at

    Please how do I do this? 

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 717 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 329 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 268

Last 30 days Overall leaderboard