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

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
Hi @tabs99 :
Do you want to create a unique and incremental number for each exported meeting record?Like this:
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)
3\Add unique counter as the data source
4\Set the ConfirmScreen's OnVisible property to(I have marked the changes in red😞