Solved

how to use for each function Split Value one by one

  • 18 July 2017
  • 2 replies
  • 10 views

I have Split value (Multiple Run time value). I want to use for each function one by one on corresponding Split Value.

 

I have split the varible. But I cant able to use the for each condition for one by one

 

 

Example : R1;R2 R3;R4 this is my single line text box value.

 And i am using to split the inline function to split R1 R2 R3  to stored the Set field conditon

But i want to use for each conditon  seperately R1 and R2 and R3..

 

If have any soluation.....

icon

Best answer by RaymondJVR 15 December 2017, 11:46

View original

2 replies

Userlevel 4
Badge +13

Good Day PalanivelMani


 


After doing some more testing I managed to get this in a working state where you can select multiple users from the picker control and save them each individually into their own records using the for each rule.


 


Please see the steps I followed to achieve this below:



  • Create a view containing a picker controla and a button

  • Configure the picker ontrol to a SmartObject




  • Now configure the button with the below rule construction


    When Button is Clicked



      For Selected items in Picker list control



 



        Then on View101 SmartObject, execute its Create method

 (configure)


  • You can then configure the "
    Then on View101 SmartObject, execute its Create method

     (configure)" rule with the below properties



 


Referencing community article - http://community.k2.com/t5/General/K2-smartform-peoplepicker-issue/m-p/100697/highlight/false#M3253


 


Kind Regards


Raymond

Userlevel 4
Badge +13

Good Day @PalanivelMani


 


I created a KB article regarding this issue and this solution should someone else run into the same issue they would have exact steps to follow in order get the underlining issue resolved


 


The KB Article can be accessed from here:


https://help.k2.com/support-services/kbs100082


 


Referencing Other Exisitng Community Postings:


http://community.k2.com/t5/General/K2-smartform-peoplepicker-issue/m-p/100697#M3253


 


Note: Should you feel that this post is of use and or an accurate solution to the raised question, I kindly encourage you to mark it as such using the 'Mark as Solution', 'Kudo' andor ‘Me Too’ options.


 


Kind Regards


Raymond

Reply