How to save or update data in storage

Hi all

Have storage: my_storage
identifier: my_identifier

  • identifier is empty or doesn not exists

Id like save data to storage

{
    "some_attr_A":"&{some_info_A}"
}

but if there are some data in storage for “my_identifier”
for example

{
    "some_attr_B":"some_info_B"
}

id like to only add

{
    "some_attr_A":"&{some_info_A}"
}

not rewrite

result should be

{
    "some_attr_A":"some_info_A",    
    "some_attr_B":"some_info_B"
}

for example add data from another transformer

I got it! :smiley:

Hi @vosy,

I’m happy to hear that you’re able to manage it. You can make the steps simpler by this example: