Hi guys,
I am just stuck on how can I view the repeating table and edit in edit view. This is what my app looks like.
On the "add" icon, I can the "colDevplan" collection to collect the items in repeating table like this.
NewForm(Form1);
ClearCollect(colDevplan, {Description:"",TimeLine:"",Status:"",Comments:""});
Navigate(FormScreen);
Ok, I can patch the repeating table to my SharePoint list and also submit the form to the SharePoint list.
but what I'm facing now is I don't know how to edit the item or add a new item to the repeating table in edit view.
I mean if the user selects the main gallery to see the detail and would like to edit the details, yes they can edit on the red part.
but on the repeating table, they can only view the details.
Can you guide me on how to edit & add a new item on the repeating table on edit view and patch it back to the SharePoint list?
I already searched on youtube, there isn't a scenario that I'm facing.

Report
All responses (
Answers (