DMXzone App Connect Support Product Page

Repeat region is empty

Reported 10 Apr 2018 16:40:30
1
has this problem
10 Apr 2018 16:40:30 CK Nyak posted:
I have a server connect query linked to appconnect that shows 1 record in preview. However, when I link the query to a repeat row , it repeats the correct number of rows with empty data


 
                <tr dmx-repeat:repeatclients="clients.data.clients">
                  <th scope="row">{{repeatclients[0].Client_ID}}</th>
                  <td>{{repeatclients[0].Client_Name}}</td>
                  <td>{{repeatclients[0].Client_Phone}}</td>
                  <td>{{repeatclients[0].totCare}}</td>
                </tr>


When I try direct query I get 1 row


<th scope="row">{{clients.data.clients[0].Client_ID}}</th>
                  <td>{{clients.data.clients[0].Client_Name}}</td>
                  <td>{{clients.data.clients[0].Client_Phone}}</td>
                  <td>{{clients.data.clients[0].totCare}}</td>
                </tr>


Any suggestions?

Reply to this topic