When using the Join tool in Alteryx to join tables, the number of rows may explode. This can be very time consuming to calculate, so is it possible to warn the user before execution?
For example, in python we can use the validate option in pd.merge to throw an error when you don't expect an exploding join, but I'm looking for a similar feature in Alteryx.