Hi all,
I need help in creating a ticket. When a button is click it will show the number 1. When a new ticket is created it will show the number 2. This will carry on when a new ticket is created. The submit button is submitting an edit form and 'RefNo' is the name of the column from SharePoint. Inside the RefNo text input I name the variable as CountNum. On the MainScreen, it should display the latest ticket number.
Below is the code that I put on my submit button:
SubmitForm(Form_FormScreen1) = Set (CountNum, CountNum + 1);Navigate(MainScreen);ResetForm(Form_FormScreen1);Office365Outlook.SendEmailV2("Mail","Mail Subject", "Mail Content")