Hello Team
When I submit a form, how can I get the ID and copy paste it to another form?
Is there any way to achieve this automaticly?
By the way, if I want create a special ID by combine date+ID, how can I achieve this?
Thanks
Solved! Go to Solution.
If you are submitting the record using SubmitForm(), you can directly use the expression below as:
yourForm.LastSubmit.ID
Or else, you can use the expression as:
Last(Sort(yourSharePointList,ID,Ascending)).ID
Hope this Helps!
Please remember to give a 👍 and accept the solution as it will help others in the future.
If you are submitting the record using SubmitForm(), you can directly use the expression below as:
yourForm.LastSubmit.ID
Or else, you can use the expression as:
Last(Sort(yourSharePointList,ID,Ascending)).ID
Hope this Helps!
Please remember to give a 👍 and accept the solution as it will help others in the future.
User | Count |
---|---|
162 | |
84 | |
70 | |
64 | |
62 |
User | Count |
---|---|
208 | |
147 | |
95 | |
84 | |
68 |