What I’m trying to do:
Copy a row from data table A and paste it identical table B without having to map each variable (long list)
What I’ve tried and what’s not working:
# this is a formatted code snippet.
app_tables.tableB.add_row(**Arow)
# paste your code between ```
I got this error:
TypeError: item_fn() argument after ** must be a mapping, not LiveObjectProxy