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 / Reset button - Busines...
Power Apps
Unanswered

Reset button - Business Card Scanner

(0) ShareShare
ReportReport
Posted on by 294

Hello All,

 

I am very new to PowerApps, attached is the AI Builder Business Card Scanner, wherein once i click Save to Sharepoint, it should save the data to Sharepoint and then reset the form to blank, so that there will not be any confusion. 

Business Card.png
Categories:
I have the same question (0)
  • PranavShroti Profile Picture
    178 on at

    There could be multiple ways of doing this. I use this trick - Not to bind the controls directly with Card Reader properties.

    1. Declare variables in App On Load Events like - Set(varFirstName, ""); Set(varLastName, "");

    2. Bind Your Label1 or TextBox1.Text =  varFirstName;

    3. Card Reader OnChange event - Set(varFirstName, CardReader.FirstName);

    4. On Submit Button - Set(varFirstName, "");

     

    And you are good to go.

     

    Hope this helps,

    Pranav

  • alana Profile Picture
    Microsoft Employee on at

    Hello,

     

    You can reset the business card reader by adding to the OnSelect action from your "Save to Sharepoint" button the following command: Reset("YourBusinessCardReaderComponent"). This will clean up the placeholder image and the properties of "YourBusinessCardReaderComponent".

    There is currently a bug with the reset of the business card reader (the properties are no cleared up), but this will be fixed soon. In the meanwhile, you can set the form field values to an empty string also in the OnSelect action of the button as well.

     

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 Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 404

#2
timl Profile Picture

timl 344 Super User 2026 Season 1

#3
WarrenBelz Profile Picture

WarrenBelz 320 Most Valuable Professional

Last 30 days Overall leaderboard