Hello!
So basically I am having a ticket application where people can submit a ticket.
This is how the ticketgallery looks like. Whenever you click on the + you go to another screen to submit a ticket.
https://gyazo.com/3331a1bf176da7dae1770923e434ef52
You then come in this screen:
https://gyazo.com/35b7cdb987891eee687059065982bab0
You can fill in all the information in there and then click on the check emoji. So I've made it so it doesn't do back() so you stay on the same screen. I then have set it so some datacards don't get cleared but do get sent in the Excel database. So basically some information would stay when you submit the ticket. If they want to submit another ticket some information will already be there. Now whenever they fill in this ticket with other information and submit it again, it will just edit the last ticket. How do I make it so it will be a new ticket after they submitted it?
Solved! Go to Solution.
I fixed it myself and it ended up being an easy fix... all I had to do was put this: NewForm(EditForm1) at the onsuccess value of the form.
Could you explain it better? I do not understand what you mean. Why are you doing +1 on the newticket value, will that be the TicketID?
Right now I have this as default on the "TicketID"
If(EditForm1.Mode=FormMode.New, Last(MancoTabel).'Ticket ID'+1, 'Ticket ID')
I guess I just need to make it so the formmode will be "new" after I submitted the ticket
@eka24
I fixed it myself and it ended up being an easy fix... all I had to do was put this: NewForm(EditForm1) at the onsuccess value of the form.
User | Count |
---|---|
253 | |
109 | |
92 | |
48 | |
37 |