I have an MYSQL database connected to Zapier.
It’s my order table
Each order has a order_id
I’d like to only search the last 200 lines
For a specific order for order_status that equals the number 20
Then, send an email via my connected GMAIL to a colleague
Is that possible?