Hi, newbie here.
I have a column in a SharePoint list called 'Log'. I want to auto generate unique IDs starting with 'RCL' every time a new form is submitted and have this ID write into the column 'Log'. I have no idea how to go about this.
Any help will be appreciated
Thanks!
Solved! Go to Solution.
Hi @Dee29 ,
The easiest way would be to use the built-in SharePoint ID and set the Default of the control containing this value to (assuming you are using a DataCard in a Form)
"RCL" & ThisItem.ID
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Hi @Dee29 ,
The easiest way would be to use the built-in SharePoint ID and set the Default of the control containing this value to (assuming you are using a DataCard in a Form)
"RCL" & ThisItem.ID
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
201 | |
70 | |
51 | |
47 | |
20 |
User | Count |
---|---|
256 | |
120 | |
85 | |
80 | |
68 |