Hi everyone!
I’m seeking help from a Coda expert, as even ChatGPT couldn’t solve this issue.
I’m building a management system for a catering business that handles event food services.
Each event can choose from three different menus, and each menu has a defined proportion of food items listed in the Menu_item
table. .
I’d like to create a formula that, when a button in the events
table is clicked, adds a row for each item in the selected menu for that event in the event_items
table.
The quantity for each item is calculated based on the formula event.Total_kgs * menu_item.proportion
Here is the link to the doc.
I managed to debug the formula to the point where the button is active, but when I click it, I receive the error message “unable to execute invalid action.”
Can someone help me understand what might be causing this error? Thanks a lot!