deck not showing related table

I have a deck with an object and a related object.  When I initially show a deck with the the records and related records the deck shows fine.  Once I requery the fields of related records no longer show.  The “Name”, “Created Date” and “Search Number” are all in the related object.  If I hit f5 they all show again. 

https://drive.google.com/file/d/1hhjfDF5h4T28JvepPhrSMBU_bvjMrkOm/view

What happens when you change the query to replace the data instead of Get More and Merge? It looks like the initial page load is what you want to replicate and the get more query isn’t doing your desired behavior.

I have removed all conditions and the query on popup close.  So nothing should have changed…https://drive.google.com/file/d/17xulHH0XVOHNgCAw0nw8OdvnEf4dmaaA/view

I removed the edit button and popup and rebuild the edit button and popup and it now works.  However, If I add query after close the same problem happens

There is an issue when adding query on the “After Close Action”.  It is not working.

Bill,

I tried replicating what you are seeing with the deck. I am not sure that I have the same setup as you do. I did not see any problems in my developer org in Skuid 11.

What version of Skuid are you using? Can you try this page in your org?

Thanks,

Bill

<p style="text-align: center;"><span style="font-size:16px;">{{Account.Name}}</span></p> <p style="text-align: center;"><span style="font-size:16px;">{{Account.Phone}}</span></p>

Unfortunately I was not to try as I do not use SF CRM fields only custom objects.

Bill,

Try this page…it is based on Contacts.

<p style="text-align: center;"><span style="font-size:16px;">{{Account.Name}}</span></p> <p style="text-align: center;"><span style="font-size:16px;">{{Account.Phone}}</span></p>