Hi Folks,<br>I&#39;m trying to include a query-driven select field in a Repeatable section (subset shown below).<br><br>Where does the &quot;select_from_db&quot; subroutine live and how does the query result need to get &quot;munged&quot; in order to work?<br>
<br>Thanks,<br>-Joe<br><br>- type: Repeatable<br>&nbsp;&nbsp;&nbsp;&nbsp; nested_name: cust_details<br>&nbsp;&nbsp;&nbsp;&nbsp; increment_field_names: 1<br>&nbsp;&nbsp;&nbsp;&nbsp; db:<br><br>&nbsp;&nbsp;&nbsp;&nbsp; elements:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - type: Hidden<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name: pkey<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - type: Select<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; options: __dynamic(select_from_db)__<br><br>