Update Listobject from Composer

Hello, is it possible to update a list object from Composer workflow?

For example, i have list name

my_list,
my_item,
my_key, my_value

Is it possible to programmatically under certain conditions update or add to the list object

my_list,
my_item,
my_key, my_updated_value

No by using default methods. Composer as IRD, act as read access only to CME.
You want to use PSDK in some form being called by Composer. In that way you can create, edit, delete virtually anything at ConfigServer objects.

Enviado de meu E6633 usando Tapatalk

Thanks Cav, i recall coming across in IRD there was a function call to update edit the list object and was hoping there’d be such feature via Composer.

Didn’t want to go the full fledge PSDK route.

Jummm… If there is in IRD should be on Composer…
Will validate just to confirm

Enviado de meu E6633 usando Tapatalk

I haven’t found nothing on IRD about list modification on CME.
But you have two functions to work on IRD with lists already at memory (you read from CME and update a value there for purposes of routing)

SetIntegerKey and SetStringKey
[/size]
[/size]According to Composer docs:
[/size]This may be replace with ECMAScript String manipulation on the list.
[/size]
[/size]As you are talking about a JSON object, would be very easy to manipulate it.

Something like below (delegating to URS)

... ....

Thanks Terry, just spoke to genesys engineer on this as well and you’re right we’d have to go indirectly via calling SetObjectProperty function from URS to execute.