Hello PowerApps team.
When using the Errors function with a data source what has special characters (in my case an Access Web App source with a dot in the middle) then there are two bugs:
Many thanks for all the hard work.
Solved! Go to Solution.
Hi @Meneghino,
Thanks for reporting this.
I tested this and got with the same symptom.
When edit the errors function, PowerApps studio would provide two values regarding the data source, the one without single quote would bring errors when selected;
After close and open the app again, the error formula would show the same error showed in your screenshot.
A workaround for this is to use a collection to replace the errors () function with the items property in your second screen.
The formula I used for the Check Icon Onselect property is the following:
If(SubmitForm(EditForm1),1,And(Navigate(Screen1,ScreenTransition.None),IsBlank(Collect(ErrorData,Errors('datasource')))))
For the items property of the error screen, just use the ErrorData.
I will collect as a feedback.
Regards
Hi @Meneghino,
Thanks for reporting this.
I tested this and got with the same symptom.
When edit the errors function, PowerApps studio would provide two values regarding the data source, the one without single quote would bring errors when selected;
After close and open the app again, the error formula would show the same error showed in your screenshot.
A workaround for this is to use a collection to replace the errors () function with the items property in your second screen.
The formula I used for the Check Icon Onselect property is the following:
If(SubmitForm(EditForm1),1,And(Navigate(Screen1,ScreenTransition.None),IsBlank(Collect(ErrorData,Errors('datasource')))))
For the items property of the error screen, just use the ErrorData.
I will collect as a feedback.
Regards
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
200 | |
170 | |
62 | |
32 | |
31 |
User | Count |
---|---|
339 | |
269 | |
105 | |
71 | |
56 |