I need to convert a Nintex form to PowerApps intake form that has auto-generated job numbers. This is already in production. I just need to convert all over to PowerApps. I don't know where to start.
The auto generate part of the Nintex form includes a separate list and Nintex workflow but I was hoping to be able to keep most of the functions on the PowerApps form.
Any help would be greatly appreciated.
Solved! Go to Solution.
Hi @Anonymous
In PowerApps, you could use the inbuilt ID property in SP list/library or have another list that maintains the latest job number
For the formcontrol - once the form is posted
on OnSuccess property use
Patch(DataSource, FormName.LastSubmit,{JobNumber:FormName.LastSubmit.ID })
This will update the job number field once the form is submitted
--------------------------------------------------------------------------------
If this post helps answer your question, please click on “Accept as Solution” to help other members find it more quickly. If you thought this post was helpful, please give it a Thumbs Up.
You can
Hi @Anonymous
In PowerApps, you could use the inbuilt ID property in SP list/library or have another list that maintains the latest job number
For the formcontrol - once the form is posted
on OnSuccess property use
Patch(DataSource, FormName.LastSubmit,{JobNumber:FormName.LastSubmit.ID })
This will update the job number field once the form is submitted
--------------------------------------------------------------------------------
If this post helps answer your question, please click on “Accept as Solution” to help other members find it more quickly. If you thought this post was helpful, please give it a Thumbs Up.
You can
User | Count |
---|---|
179 | |
118 | |
87 | |
44 | |
41 |
User | Count |
---|---|
241 | |
154 | |
128 | |
77 | |
72 |