I have two lookup fields on my Skuid page. The first looks up to an Account. The second looks up to a junction object that references the Account in field #1. I have a filter on field #2 - it is designed to only show the junction objects that reference the Account in field #1.
Field #2 is the problem. The filter works fine on page load, but I’d like it to work as soon as Field #1 is populated. I have tried using a separate model that I query, and then filter on that… but it’s not working out. I’m wondering if anyone has ideas and perhaps an example that I can reference!