How to process single data from array.
I have a scenario where we are creating tasks using custom api module of Workfront. I'm adding a suffix for example manual task - "value" to task name. The suffix is added based on the iterator's value. We have a array of suffix's which we are iterating and passing the value in custom api call module and task is getting created with suffix names.
When I try to add for 3 suffix, 3 task are getting created. But when i add a new suffix instead of creating one/new task with the new suffix, the tasks are getting duplicated its taking earlier 3 suffix and also taking the new suffix. Attached the screenshot for reference.


