I'm trying to create a composite api with a connector task.
Have any tutorial for this?
Best regards
--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "RunMyProcess Support Forum" 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/34c75204-74fc-4cf7-b5be-87124513981c%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/d/optout.
<#assign account_id =""> <#assign account_owner =""> <#list P_result.response.result.Accounts.row.FL as x> <#switch x.val> <#case "ACCOUNTID"> <#assign account_id = x.content> <#break> <#case "Account Owner"> <#assign account_owner = x.content> </#switch> </#list> <#assign hub> {"account_id":"${account_id}","account_owner":"${account_owner}"} </#assign> ${hub}
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/CAG5KCgOQCKCBqc6xvzDoi2hpXtzBeTwven%3D%3DaRDvYTrg5F_rPg%40mail.gmail.com.