I have a sharepoint list for "Work Orders". The Title field of the list is being used as the work order number, which is how each job is tracked. So because the work order number / title is unique, i was hoping to have the next number automatically fill in the title data card when i click the button for a new form. Is this possible?! It would be huge if other office workers could just click a button in Powerapps, and the next work order number is already inserted into the form, and they could enter the other information manually.
Thanks in advance!
Solved! Go to Solution.
Hi radtadBrad,
Please try if this will work for your scenario.
I assume that the unique order should be number. So on the edit form, add a button beside the title field.
Then set the button’s OnSelect property as: UpdateContext({test: Sum(Last(ProjectEmail).Title,1)})
And set the Title field’s Default property as: test
Then when you click the button, a new title will be generated.
Hope this could be a reference for you.
Best regards,
Mabel Mao
Hi radtadBrad,
Please try if this will work for your scenario.
I assume that the unique order should be number. So on the edit form, add a button beside the title field.
Then set the button’s OnSelect property as: UpdateContext({test: Sum(Last(ProjectEmail).Title,1)})
And set the Title field’s Default property as: test
Then when you click the button, a new title will be generated.
Hope this could be a reference for you.
Best regards,
Mabel Mao
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
203 | |
187 | |
81 | |
50 | |
37 |
User | Count |
---|---|
292 | |
244 | |
122 | |
74 | |
55 |