I'm about to go crazy. I have a gallery named "Gallery" with a button that has the code: Select(Parent). When I submit a form, I want to clear the Gallery.Selected value. How can I do this?
Solved! Go to Solution.
Works like a charm. I tried the Reset earlier, but I guess I had to add the {} as the default. Thanks for the help.
Good call on that one. I was browsing the official docs for info and noticed the Reset property was missing. Very nice that you knew about this when its not even documented 😀
Thanks a lot !!! If it worked great for me, I avoid a lot of problems from several months ago🤣
Well noted pwrappr01!
Just to be more clear if someone searches for it...
if you just Reset(Gallery) it returns to the Gallery default item, that is the first-row record by definition.
If the desired result is a non-Selected item you should go to the Gallery properties and change the Default parameter to {}.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
User | Count |
---|---|
161 | |
91 | |
67 | |
63 | |
62 |
User | Count |
---|---|
216 | |
158 | |
96 | |
86 | |
79 |