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.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Power Platform release plan for the 2022 release wave 2 describes all new features releasing from October 2022 through March 2023.
User | Count |
---|---|
208 | |
98 | |
60 | |
51 | |
43 |
User | Count |
---|---|
257 | |
160 | |
85 | |
79 | |
57 |