Hi,
I am trying to build a Forms in my Power pages website where the suer can perform CRUD on the tables.
product to productsize as 1:n
I have a producsize view on one webpge where it displays columns from both the tables and to each record in the list I need to give CRUD rights to the user to edit the columns of both the tables.
How to add a logic to the webpage or list so the user can edit all the records of product and productsize tables through one form?
Thanks!