Conditional copy row value to another file delete after copy

Hi Expert

Is there a feature in Bot that allow me to copy a row contitionally H=1 then delete of the whole row upon successful copy. See below

Source (LAM Misc Database) file at condtion column H=1 copy to Misc Database. After successully copy delete the row

Target file. Copy the above row value condtion H=1 to the last row (append)

Hi @desmond_lee

You may want to use a Branch Step (condition that returns True/False) then a Data Action Step (for deleting).

Steps: The Essentials - AppSheet Help

1 Like