How to execute an action twice even if my container is already defined?

How to execute an action twice even if my container is already defined?
I don’t want to reset my container i want to keep the value of the other leaf and just do an action.
i try to use tailf:cli-sequence-commands { tailf:cli-reset-siblings; } but it didn’t works.

list A
{
key “b”
leaf b {
type int32;
}
}

A 1
do action 1
exit
A 2
do action 2
exit
A 1
nothing append (i want to do action 1) How i can do that ?

You should use tailf:action feature, instead of using leaf, You will be able to execute the same command multiple times.