What I’m trying to do:
I have an application, where I store ingredients which have one too many relationship to supermarket products.
n order to add the connections, I have created a separate adding form which I alert from the main form. There the user can add new matches to a selected ingredient and when closed it returns the list of added matches. I would like to add those matches to the repeating panel after the form closes
What I’ve tried and what’s not working:
I have been using a similar approach as shown in this tutorial:
However, I can get it to work when I add only 1 item, but when I add more than 1 the items in the list convert from ‘anvil.LiveObjectProxy’ to ‘list’ and can not be displayed on the screen. I have been trying different set up for over an hour, but nothing seems to work. I am sure, that I am missing something
Here is my app, the code for this is in the AddingForm and in RowTemplate1:
https://anvil.works/build#clone:FCCQXIGBTQEODQIJ=WM2YZAYIF3VMQCAZ5BRR4DVO



