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 / Patch Function Returns...
Power Apps
Unanswered

Patch Function Returns 'Your Request Has Been Submitted' but No Data Found in Dataverse Table

(0) ShareShare
ReportReport
Posted on by

I have an app that utilizes data hosted in Dataverse. In the app, when I click the 'send' button:
- When I use my account as an admin in the environment, the patch function sends data successfully, and I can find the data in the table.When a user uses their account, the patch function returns 'Your request has been submitted,' but I do not find any data in the table.

I have assigned the user the roles:
-Basic User
- A custom role that allows the user to write, read, and create.

Here is my code:

"
Patch(
'pos-responsable-dn';
LookUp(
'pos-responsable-dn';
'id-pos' = varidpos
);
{
'H-branding-indoor': h_in.Value;
'c-branding-indoor': c_in.Value;
'H-branding-outdor': h_ex.Value;
'c-branding-outdor': c_ex.Value;
type_pos: vartypepos;
concurrent: LookUp(
marque;
'id-marque' = ComboBox4.Selected.'id-marque'
)
}
);;
If (
!IsEmpty(Errors('pos-responsable-dn'));
Notify("pos-responsable-dn" & First(Errors('pos-responsable-dn')).Message & First(Errors('pos-responsable-dn')).Column);Notify("Your request has been submitted")
);;
"

where is the problem?

I have the same question (0)
  • gulshankhurana Profile Picture
    1,397 Moderator on at

    Hi @siforibo 

     

    Have you tried to read, write and update the records in the Dataverse directly using the same security roles that are assigned to the user (or asked the users to try it directly)? What was the outcome?

     

    Kind regards

    Gulshan

  • siforibo Profile Picture
    on at

    I am in the testing phase, so I am using a test account and have provided the rules that I think are necessary.

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 529 Most Valuable Professional

#2
Haque Profile Picture

Haque 230

#3
Kalathiya Profile Picture

Kalathiya 217 Super User 2026 Season 1

Last 30 days Overall leaderboard