Provide ability to add nested merge syntax

Skuid should support nested merge syntax- i…e. merge formula within another merge formula

for example:

{{$Model.recModel.data.0.redirectURL}}  where redirectURL field value is /{{$Param.baId}}

I am not able to do this currently. Please let me know if I am missing anything.

Thanks!

TJ~

Thanks for sharing this idea, we will consider it for a future release!!! Thanks for helping make Skuid better. Vote it up if you would like to see this too!

Karen

I thought about this too. I am trying to reference an aggregate models last row (that has the rollup grouping total on it) using something like:
{{$Model.ReportRollup.data.{{$Model.ReportRollup.data.length}}.countName}}