I have an SQL table with a list of Project IDs (23-029, 22-019, etc.). Due to large volume, I want to only pull records where Project ID matches a smaller list of these projects. So there may be 100 projects in the database, resulting in 6,000 total records, but I only need 3 or 4 of those projects. I want to do this directly in the SQL Get Rows action to limit the time required to pull the data from SQL to Power Automate (and to PowerApps).
How would I approach this? For example, I only want to pull records that match this list of projects: 22-019, 23-045, 22-123, 24-225.
oData does not seem to have an 'in list' or 'in' function.
This list is variable with each run, and will be passed in by pulling from another data table in real time, so it cannot be hard-coded in advance.