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.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
185 | |
53 | |
50 | |
36 | |
34 |
User | Count |
---|---|
270 | |
91 | |
82 | |
76 | |
75 |