This seems like a pretty decent solution @krausenhaus. One thing you could do to save a query is instead of using .setData
in a JS query, you could update the “data” field in your table’s settings to be a conditional, like {{ textinput1.value.length > 0 ? query2.data : query1.data }}
.
3 Likes