web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Meeting Capture - Uniq...
Power Apps
Answered

Meeting Capture - Unique ID on email Export

(0) ShareShare
ReportReport
Posted on by 11

Hi all, 

 

does anyone know if it is possible to add a unique counter/reference number on to the email form that is exported from MeetingCapture?

 

Thanks in advance

Categories:
I have the same question (0)
  • Verified answer
    v-bofeng-msft Profile Picture
    Microsoft Employee on at

    Hi @tabs99 :

    Do you want to create a unique and incremental number for each exported meeting record?Like this:

    1.JPG

    It’s possible, but it’s a little troublesome.Because the format of the email has been preset using the hypertext language, I do not recommend you to adjust the email format, which will be very troublesome. My plan is to add a number directly after the subject of the meeting.I'v made a test for your reference:

    1\Create a SharePoint List-unique counter(Used to store unique numbers)

    'Title'-Text

    'UN Counter'-Number

    2\Add a new Record into this record(Like this)

    2.JPG

    3\Add unique counter as the data source

    3.JPG

    4\Set the ConfirmScreen's OnVisible property to(I have marked the changes in red😞

     

    If(ExportConfirmed,
        Set(Loading, true);
        /*Collects the dynamic data which will be substituted into the Email/OneNote templates and associates it to the {placeholder} values in the templates
           At {Field: "{1}" at <tr><td colspan='3'> changed <td colspan='3' style='height:10px;'> to <td colspan='3'> because OneNote stopped displaying the export content with the inline style content present
        */
            If(CheckEmail.Value || CheckOneNote.Value,
                 ClearCollect(TemplateData, {Field:"{MeetingName}", Data:SelectedMeeting.Subject & " No."& Patch('unique counter',First('unique counter'),{UNCounter:First('unique counter').UNCounter+1}).UNCounter}, {Field: "{MeetingStartDate}", Data: Text(SelectedMeeting.Start, "[$-en-US]mmm. dd, yyyy")},
                {Field: "{MeetingStartTime}", Data: Lower(Text(SelectedMeeting.Start, "[$-en-US]hh:mm am/pm"))}, {Field: "{MeetingEndTime}", Data: Lower(Text(SelectedMeeting.End, "[$-en-US]hh:mm am/pm"))},……
     
    Best Regards,
    Bof

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 377 Most Valuable Professional

#2
11manish Profile Picture

11manish 165 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 110 Super User 2026 Season 2

Last 30 days Overall leaderboard