Is there any way to put a merge inside a merge? I want to recursively call an action sequence to ‘loop’ through all the rows, but that would require something like:
{{$Model.myModel.data.{{rowcounter}}.myField}}
That doesn’t seem to work though - is there anyway to dynamically insert the row number?
Thanks!