Forum Discussion

Rafael03Valdez's avatar
Rafael03Valdez
Occasional Contributor
7 months ago
Solved

how can I create dynamic checkpoints to validate database information?

I need to be able to validate new records in the database, if I create a new record I want my checkpoin to be able to identify it without having to modify it.
  • rraghvani's avatar
    7 months ago

    See the options with Working With Databases. You can connect to the database and query to either get the number of records, last inserted record or query the table to ensure the record exist.