I have now tried to trigger the Auto action batch, but I get this error for all users when I activate debug:
Code:
:: Action 132 :: Condition 1-1 failed for user 77 with "[var3]" Equal to "1"
In the auto action which I am triggering, I am testing to see if the users CBSubs subscrioption is no longer active - but that seems to fail with the batch, as at least 8 users are not active - but all users get the Error above. Any idea ?
The same condition works perfectly on another auto action that is not triggered by batch byt by its own trigger, set to onCPayUserStateChange
Is this because the [var3] variable is comming from the onCPayUserStateChange trigger ? And how would I then test for no active CBSubs subscription when using a batch trigger ?