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 / Trouble with patching ...
Power Apps
Unanswered

Trouble with patching in collection

(0) ShareShare
ReportReport
Posted on by 2

Hi!

 

I'm quite new to PowerApps and the other day I faced a problem that I couldn't wrap my head around.

 

My App:

I have a collection with 20 questions that the users are going to answer. When all the questions are answer the save button turns blue and the user saves the questions.

 

The issue:

Answering the first 19 question goes without any problems. But, when I come to the last question, It doesn't patch it (See pictures). So I have answered all 20 questions but it only registered 19.

What am I doing wrong?

 

Thanks for the help!

 

Code:

// Update count
If(varRecordExist,
// Ändra värdet (Svar) för denna post
Patch(
colSvar,
ThisItem, //Denna post ska ändras
{
Svar: Radio1.SelectedText.Value // Värdet från droplistan
}
),

// Ändra värdet (Svar) för denna post
Patch(
colSvar,
ThisItem, //Denna post ska ändras
{
Svar: Radio1.SelectedText.Value // Värdet från droplistan
}
)
);

Issue pic.jpg
Issue collection.jpg
Categories:
I have the same question (0)
  • Manan-Malhotra Profile Picture
    621 Super User 2024 Season 1 on at

    Try replacing this

     Radio1.SelectedText.Value 

    with this

     Radio1.Selected.Value 

     

    Share the error code pic with red lines if error still comes up

     

  • Jacob_Apps Profile Picture
    2 on at

    Hi!

    Tried it but didn't work...

    The problem is that I don't get an error code.

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 413

#2
WarrenBelz Profile Picture

WarrenBelz 355 Most Valuable Professional

#3
timl Profile Picture

timl 315 Super User 2026 Season 1

Last 30 days Overall leaderboard