So the database works properly.
This script will return the value I want
SELECT TOP 1 *
FROM tempdb.dbo.crm
WHERE CAST(phone AS VARCHAR(100)) = ‘+12073701354’;
The issue is that I need to get this script into bubble so the phone number can be dynamically inserted.