We are getting all last 10 conversation ID for a customer from Genesys API into Collection String named Task.ConversationID. Now we have to extract the wrap code for all 10 calls but for that before we have to extract Collection string into different variable like below.
Task.ConversationID[1], Task.ConversationID[2],Task.ConversationID[3], Task.ConversationID[4], Task.ConversationID[5], Task.ConversationID[6], Task.ConversationID[7], Task.ConversationID[8], Task.ConversationID[9] and Task.ConversationID[10]
This is require to excute another API request to get wrap code against COversationID[1] and others.
#ArchitectureandDesign------------------------------
Shishir Srivastava
Genesys Technical Design Architect
------------------------------