Not sure what I am doing wrong here
anyhelp is appreciated.
I have two tables… table A and table B. Table A has a column that links to multiple table B entries. I am trying to create a new row in table A and also a new entry in table b and link them but it doesnt seem to be working.
i.e
tableb = tables.app_tables.tableb.add_row(name=name)
tables.app_tables.tablea(class=class,tablebs=tableb
This works with a single row but doesnt seem to work with a multi row. I get the following error:
anvil.tables.TableError: Column ‘tablebs’ is a liveObjectArray - cannot set it to a Row from ‘tableb’ table
Thank you for your time