Eu queria saber se tem a possibilidade de deletar varias linhas que estão correlacionadas a um usuário, dependendo do usuário vai pagar todas as linhas relacionadas a ele, teria como?
1 Like
It is not possible natively as of now, but you can use Integromat/Make to do this.
If you’re using Google Sheets, pass the user’s email/ID through a webhook and do a search on all corresponding sheets to do deletes.
If you’re using Glide Tables, you would have to use join list columns to retrieve rowIDs related to related tables, then pass those to Integromat/Make and do HTTP calls on iterations to delete those rows sequentially. This is only available on Pro plans.