The database access is read only so it would create an error regardless. The values will not be added. I need to make sure that the values that are being typed in are valid. Think of it as a ledger that needs to know business unit and project number to charge. A user would type in a business unit and project number, if either entry does not exist, returns an error.
Is there a way to iterate through a database 1 row at a time? The database is 24,000 rows. I have it set up where it is validating off of the first row (Index 0) but even with a loop or repeat in place, only parses index 0
#Flow-and-Java-services#webMethods#Integration-Server-and-ESB