Skill variable in visual flow
Summary:
Skill variable not storing value
Content (please ensure you mask any confidential information):
Hi Gurus!
Our plan is to use a skill variable that stores value that increments when ever the user invokes the unresolved intent and resets the variable when going to other skill. I have tested this on skill level and the code is working properly but when I'm testing using our DA the value of the skill doesn't increment even though I'm not transferring to the other skills.
Here is the skill level testing. As you can see skill.int_hasInvoked has incremented.
And here is the DA level testing. which on the 2nd invoked of unresolved intent didn't increment.