Hi Everyone
Need a bit of help with the meeting capture app - I have been asked to change the meeting duration times from 30 mins and 1 hour to 25 mins and 45 mins respectively.
Can someone help me out with how to do this? I created a new table in Excel with the new times and imported but this seems to have messed up the connecting buttons and functions.
Thanks!
Lucy
Hi,
Currently there are several options available for meeting duration in the Meeting Capture app. They are: 30 minutes, 1 hour, 90 minutes, 2 hours, 2.5 hours, 3 hours, 3.5 hours, 4 hours.
They are all defined in a collection called MeetingDurations which is defined on the OnVisible property of the FollowUpTimesScreen (as shown below):
If you want to change it, just change the definition of the collection to something like this (if you only want 25 minutes and 45 minutes):
ClearCollect(MeetingDurations,
{Name:"25 minutes", Minutes:25},{Name:"45 minutes", Minutes:45});
Once you do that change, just make sure you save and run the OnVisible property of this screen so the collection can be captured again. This should do it.
Let me know in case of any questions.
---
If you like this reply, please give kudos. And if this solves your problem, please accept this reply as the solution. Thanks!
Hardit(Haman)
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
213 | |
198 | |
83 | |
59 | |
38 |
User | Count |
---|---|
308 | |
255 | |
123 | |
86 | |
55 |