My field in the external FDA table is defined as
<attribute advanced="true" desc="International SMS number for SMS Campaigns"expr="Iif(Length(@SMS)=11 and Substring(@SMS,1 ,2 )='07','44' + Substring(@SMS,2 ,Length(@SMS) ) , '')"label="SEND_SMS" name="sendSMS" type="string"/>
so is actually alre...