CrystalProgDev
Programmer
I have a column called users with value Smith;Alex in listA.
(users column is a list box, can have any number of users selected).
I need to create two records (based on users caloumn in listA) in listB. one for Smith and one for Alex.
(No. of users slected in listA = no. of records/rows to be created in listB )
Can we acheive this with the workflow?
I tried with one user, it is working as expected. I am not sure how to get multiple rows in listB for multiple users selected in listA.
can any one please help me in resolving this.
(users column is a list box, can have any number of users selected).
I need to create two records (based on users caloumn in listA) in listB. one for Smith and one for Alex.
(No. of users slected in listA = no. of records/rows to be created in listB )
Can we acheive this with the workflow?
I tried with one user, it is working as expected. I am not sure how to get multiple rows in listB for multiple users selected in listA.
can any one please help me in resolving this.