Getting null from the DBConnector action in Studio when looking up customer data by phone number. The query is SELECT * FROM customers WHERE phone = '${session.Phone}'. It’s weird because the second time through the script, it works. Seems like a caching or session variable scope issue. Is there a specific config for the DB action to force a fresh query? Here’s the output log showing the empty result set.