Hi,
I am trying to figure out how to delete / add rows from the repeating table without a code;
I saw Patrick's example where he apparently has no code, has a field called command in his secondary data source and his two buttons have 2 actions that updat the value of the Command field with either:
Delete /xpath=/my:items/my:item
or
Insert /parent=/my:items /child=my:item /count=5
I cannot replicate this approach.
These 2 are not functions, so how does it work?