Hi
I am building a kind of stock portfolio where users will record their holding positions and quite a bit of information and then using those information lots of things will be calculated.
Anyway this app has email column in every table.
Is there a way to delete all of the current user’s rows when he she clicks a reset button?
Hmmm I mean only deleting certain rows in many tables regarding the current user. also its not me but the user who will click the ‘reset’ button. Its resetting their porfolio not deleting their account
Try to create a multiple relation based on your user name/email then create an action by using Delete Row option with that relation. This should be enough to get what you want to.