Plan per slot (no destinations)- not creating multiple slots

  • 9 October 2015
  • 1 reply
  • 2 views

Userlevel 3
Badge +9

I am using Plan per slot (no destinations)  for executing each event in the activity multiple times.

I have datafield of string type, stores stirng of  numbers separated with ";". I am using a split fucntion to get each number (please see attached image) and useing that number to perform some operation in events in activity.

however, its createing only one event in the activity and using only fist number in the string. I am expecting it to create events to the count of numbers in the string.

Audit is enabled for the datafield please see the attachment.

 


14799iDDA06142F939F777.png
16245i54BE61A71D28FF58.png

1 reply

Userlevel 3
Badge +9

I figured it out the issue. I had to use a succeding rule to check if all the slots are have been executed or not..

Best practice would be always check if all slots are completed or not in succeeding rule whenever you use Plan per slot (no destinations) in that activity

Here is a link.

http://help.k2.com/onlinehelp/k2blackpearl/userguide/4.6.5/webframe.html#destination%20rule%20-%20multiple_slots_created_but_not_executed.html

Reply