Multiple queries for one table, Jan 2024 updated

I am trying to do this

I see that the "Set Data" option is no longer available for a table. Is there a similar way to do this?

I have 3 different fields where the user can enter something and those take 3 different sql queries. I want to show the result in one data table though

Without seeing exactly what you're trying to achieve it might be hard to provide the best solution. However from my experience, if you're merging data from multiple sources you're better off writing a javascript query that runs after your 3 SQL queries and programmatically merging the data and outputting it with just the columns you want displayed in the table.