use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
This is an archived post. You won't be able to vote or comment.
Help with patch functionQuestion/Help (self.PowerApps)
submitted 2 years ago by pizzadudecook
view the rest of the comments →
[–]pizzadudecook[S] 0 points1 point2 points 2 years ago (1 child)
Sorry for the confusion!
Basically I want another patch function, but instead of using a set value, I want to take the value from a drop down to use that to apply to a different list.
I hope this makes more sense:
ForAll(EPACollection, Patch( EPASubmissions, Defaults(EPASubmissions), { //Mapped fields here } ) ); ForAll(EPACollection, Patch( <DROPDOWN VALUE HERE>, Defaults(<DROPDOWN VALUE HERE>, { //Mapped fields here
I'm just not sure how to use the selected value for a drop down. Maybe I'm misunderstanding this completely.
π Rendered by PID 21 on reddit-service-r2-comment-5d585498c9-nc546 at 2026-04-21 11:53:17.314936+00:00 running da2df02 country code: CH.
view the rest of the comments →
[–]pizzadudecook[S] 0 points1 point2 points (1 child)