Purge the Data

Laup20
New Member

Hi everyone, Im new here in appsheet can someone help me on how to automatically remove/delete the row with approved or cancelled application in master file every week then after that i want the remove or deleted row to be save automatically in another google sheet.

Thats only my biggest problem in my app created. Thank you so much

0 7 299
7 REPLIES 7

Firstly read this:

You can do that in many waysโ€ฆActions, Workflow Rule, Scheduled Report, Webhookโ€ฆ

There are 2 ways to do this:

  • Create the backup gSheet and assign it as a source to your app and then you can use AppSheet API to copy the rows to this backup sheet before deleting with a single Scheduled Report consisting 2 actions:
    Action#1 - Move records to another sheet | Action#2 - Delete the records from the source table
  • You can use Google Apss Script

Is your end goal to just clear those rows from app ? Because there are app options so you can hide or even securely filter those rows out

Laup20
New Member

I want also to clear it also on my database. Iโ€™ve already done the deletion of data/row but the problem is this what if i fill up a new data in my app does it fill on the blank row?

Nope.

Is there away to delete the blank row using app i created? without deleting it on gSheet?

@Laup20
You can create a slice with the ISNOTBLANK([KeyColumn]) conditional rule.

Laup20
New Member

Thank you so much everyone for the help much appreciated this one.

Top Labels in this Space