Form: PowerApps
Save Type: Patch()
Saving to: SharePoint list
When a form is submitted, I need to create and save a link back to the edit form in PowerApps for the item just created. I will then use this link for technicians to click when updating the form.
How can I create this link to have to the SharePoint list item?
Hi @SharePointAU,
Could you please explain a bit for the following part:
"
I need to create and save a link back to the edit form in PowerApps for the item just created. I will then use this link for technicians to click when updating the form.
"
Will the Editform.LastSubmit work in your scenario?
EditForm.LastSubmit will get the the last successfully submitted record, including any server generated fields, which we could take use to recall the related record.
If here you would like to have the technicians to do modifications for the record just submitted, then we could work with the LastSubmit, and switch the form mode into Edit, and the item property of the Form control to EditForm.LastSubmit.
Let me know if you need more details if my description matches your scenario
Regards,
Michael
Thanks for the reply. I will try this out.
What I mean by "save a link" is I would like to save the link back to PowerApps Edit form in a SP list item field for further use. "This link for technicians to click when updating the form" is referring to any link I create in Teams, email, or other notification for them to click and navigate directly to PowerApps to edit that specific data.
User | Count |
---|---|
140 | |
139 | |
77 | |
77 | |
71 |
User | Count |
---|---|
223 | |
179 | |
69 | |
67 | |
58 |