Hello,
I have a SFX skuid REST data source that queries a Snowflake REST API. I am able to successfully get results on page load with query on page load on, but when I turn off query on page load and I add a button action to query the REST data source model, I don’t get any results.
Rest Data Source Model - When Query on Page load is true, I get results on page load.
Query Model Button Action - When I click this button, the model doesn’t return any results when Query on Page Load is false. Also, if I click this button after page load with Query on Page load on and there are results in my model, the data is removed and new data is not successfully replaced.
Is there anything I am doing wrong with my action for querying the Rest Data source?