I want to add in a simple instant calculator in my app. I have the calculator working with some number input columns and math columns. The problem is with multiple users, it gets confused and changes for every user input as the row is ‘open’ to all users.
I want to avoid having a form to run the calculate with a new tire for every calculator. Ideally I would have a row for each user with runs the calculation, but can’t figure it how to automatically add one row per user to run this.