Here is my work flow:
- Connect to database
- Ensure user is logged in with appropriate permissions
- Retrieve API data
- Insert API data into database
- Validate before insert to ensure no duplicates
- 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:
Last updated: