Hello,
It seems the assign for 'Output.IsDifferent' is actually the wrong way around. I expect that if there a no difference-records, the variable IsDifferent should be false. Now, it is true.
Regards,
Sven
Hi @Sven Persijn,
I uploaded a new version with the fix.
Thanks again for your alert.
Paulo Torres
Hi Sven,
You can use like 'not Output.Differences.Empty' in the expression. (It means use 'not' keyword)
If you got true it will work like false on that way.
Hope this will help you!!!
Rajat
Hi Rajat,
Thanks for the reply. Actually, the question is more meant for @Paulo Torres, since he's the owner of the asset. I think it is a bug and it should be fixed.
First of all thanks for your post, I'll have a look, fix and publish new version.
Thanks, Paulo Torres
@Paulo Torres,
Thanks for the quick action!