Hello,
I have the following problem, I create applications for component production reporting.
My database is the sharepoint list.
The problem with me is that when I fill in one parameter, eg "Segment A" (Screen1) and move on (Screen2).
and I mark the selected checboxes, then on the SP list I automatically enter the data for "Segment B, C ...." which I did not fill in (only checbox).
Is it possible to exclude entering data into other elements as for "Segment A" that is "Segment B", "Segment C" etc.?
Screen 3 shows that the parameters are entered in all absolute rows for the type of segment. What function should you use here?
Exactly
What is the function you are currently using in your app to update the SP list?
If you are using patch, you need to pass only the item selected in Screen 1 if thats the only one you want to update. If you want the ones that are not selected in Screen 1 to be updated, then you need to filter out the segments selected in Screen 1.
If you can share your Patch (or whatever you are using to update the SP list), I can explain how to selectively filter only the segments you want.
If you like this reply, please give kudos. And if this solves your problem, please accept this reply as the solution. Thanks!
Hardit(Haman)
I am using the Collect function to update the SP list.
Below I attach my Collect:
Collect(Tubes,
{'Data produkcji': DataCardValue10.SelectedDate,
'Numer pierścienia': DataCardValue9.Text,
'Segment A': DataCardValue1.Text,
'Długość kosza "A"':Checkbox2.Value,
'Szerokosć kosza "A"': Checkbox3.Value,
'Położenie prętów zbrojenia gł. "A"': Checkbox4.Value,
'odl.pomiędzy zbr. gł. a boczną powierzchnią formy "A"': Checkbox7.Value,
'odl.pomiędzy zbr. gł. a górną/ dolną powierzchnią formy "A"': Checkbox6.Value,
'Spoiny "A"': Checkbox8.Value,
Klasa:Dropdown3.Selected.Value,
'Numer formy': Dropdown1.Selected.Value,
'Uwaga "A"':DataCardValue7.Text
});
Lukasz
Collect will not update your SP list. You need to use Patch. Have you used it before?
---
If you like this reply, please give kudos. And if this solves your problem, please accept this reply as the solution. Thanks!
Hardit(Haman)
No, I am a beginner user. Thanks for the information
Lukasz
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 |
---|---|
206 | |
187 | |
70 | |
37 | |
34 |
User | Count |
---|---|
350 | |
275 | |
122 | |
78 | |
59 |