In my scenario, I have 2 slots. phone and altphone(alternate phone). phone is being set in a loop by an intent that also sets altphone because there patterns are same. I want to prevent altphone to be set in that loop.
I had an intent to set phone slot in a loop and same intent for setting alternate phone slot in a story. I wanted alternate phone to be set in the story only not in the loop. I thought this could be done by defining a slot condition active loop null to the altphone slot mapping. but It gave an error.