Skip to main content
Solved

Changedetector and Tester

  • April 26, 2018
  • 2 replies
  • 28 views

dollargis
Contributor
Forum|alt.badge.img+6

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'

Best answer by takashi

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.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

takashi
Celebrity
  • 7843 replies
  • Best Answer
  • April 26, 2018

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.


dollargis
Contributor
Forum|alt.badge.img+6
  • Author
  • Contributor
  • 37 replies
  • April 26, 2018

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