Skip to main content

Thanks to ideas from @takashi that I discovered here, I have a ChangeDetector to discover differences in table schemas, which works as expected.

For a logical value of 'No Changes' or 'Changed' I want to feed the ChangeDetector output into a tester, but I don't come to grips with the way the Tester works with the fed results:

The way it is wired now always leads to 'Failed'

Hi @dollargis, it seems that you are going to count the number of unchanged, deleted and added names, but using @Count function in the context may not be a right direction (addition, the 'C' in the function name should be upper case). Possibly this workflow could work as expected.


@takashi: Wow - thank you very much, this works like a charm!


Reply