Conditional Logic with Validate Data

Here is my work flow:

  1. Connect to database
  2. Ensure user is logged in with appropriate permissions
  3. Retrieve API data
  4. Insert API data into database
  5. Validate before insert to ensure no duplicates
  6. Display database query with new data or old data if duplicates exist.

Problem: The work flow is being stopped by the validation when data already exists and not continuing to display the database query.

Community Page
Last updated: