Created form is it possible to display autonumber

Agata Wozniak
✭✭✭✭
Hi,
I have a form to created that collects data where in order to avoid storing personal information I have set up a column assigning autonumbers to every case.
Now the process is that the from is filled in by one team, the second team receives a notification to update. So we need to make sure the Auto number/ case number is visible on the form from the start.
Is there a way to make that possible?
Thanks in advance
Agata
Tags:
Answers
-
@Agata Wozniak Two issues you already see with a form for this purpose:
- you can't insert existing data into a form, because
- A form will always insert a new row ...
I recommend using an Update Request workflow to notify the second team and show them what updates are needed.
dm