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 / 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

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 802 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 332 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 273

Last 30 days Overall leaderboard