Data Binding / String Interpolation in a Layout?

1
Hi All, I was wondering if there is anyway to achieve data binding or string interpolation in a layout.  Specifically, just how in a page I can create a text widget and then edit the caption & add parameters to display different values based on a datasource (microflow, entity, etc.) I want to be able to achieve this in my layout. Since you cannot add a data view in a layout i was curious if anyone knows a work around Thanks in advance for any help! Arshia  
asked
1 answers
1

To do this, create a snippet with your data view and then include the snippet in your layout.

answered