--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to a topic in the Google Groups "Fujitsu RunMyProcess Developer Community" group.
To unsubscribe from this topic, visit https://groups.google.com/a/runmyprocess.com/d/topic/supportforum/LKL0ZwggCZw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to supportforum...@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at http://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/CAMGV9zs7FLEvBxB3%2BBavdMn1o0YuX35NFWwpTnnkCGGqMppohw%40mail.gmail.com.
You received this message because you are subscribed to the Google Groups "Fujitsu RunMyProcess Developer Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum...@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at http://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/CAPa0FpCwP79VBi0WtjtROdjp6wPxaZAKT7JpbmoczeLgZL4UbA%40mail.gmail.com.
Hi Pankaj and many thanks for that proposition.It is almost working but I get the following error message : any idea where it could come from ?RegardsError while processing
<#assign myarray = get_lane_users(97972,248661)>
<#assign my_list = []>
${myarray}
<#list myarray as x>
<#assign my_list = my_list + [x.id]>
</#list>
${my_list}
<#list my_list as userId>
${P_add_user_to_lane(249532,userId)}
</#list>
${get_lane_users(97972,249532)}
Expected usage P_add_user_to_lane(laneId, userId)
Pankaj,The question is how to enter a variable into another variable in freemarker code?${P_add_user_to_lane(249532,${userId})}.Regards2015-04-16 18:02 GMT+02:00 Contact Trustinvest <con...@trustinvest.fr>:Pankaj,Thanks for your test but I have several users to be added (not just one like in your example) ;thus, I am using the #list freemarker function which doesn't seems to be working with a variable userId like P_add_user_to_lane(249532,userId).Any idea why ?Regards