Hi,
I am looking to create an app to enable a census of animals at a farm. We have a gallery of animals on the farm, and once all details have been checked, the animal name, ID number and any changes required to our records will be listed in a collection, which I intend to have emailed to an administrator to make any necessary changes.
To make life easier for the farm staff handling the physical count and check, I would like to remove the animals from the initial gallery once they have been checked and noted. Is there any way to do this?
The data originates from Dynamics365.
Thanks in advance
MattyH.
Solved! Go to Solution.
I have gone about this a different way. As the changes are not required to be made immediately to D365, I am going to use an Excel table instead, which can be amended on the fly.
Thanks.
It's likely that you could achieve this by applying a FILTER to the Items property of your initial gallery.
Filter(
your_datasource_name,
CheckedColumn = true,
IsBlank(NotesColumn) = false
)
If I am misunderstanding something please let me know. I was not sure what "noted" meant. My guess was it referred to some field using for writing Notes.
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
I have gone about this a different way. As the changes are not required to be made immediately to D365, I am going to use an Excel table instead, which can be amended on the fly.
Thanks.
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 |
---|---|
209 | |
194 | |
82 | |
58 | |
38 |
User | Count |
---|---|
303 | |
249 | |
120 | |
83 | |
55 |