It looks like the [Texting1.ReceivingEnable] is missing in the below project blocks, is this correct? My next question may be where it should be inserted, before the do?
Any advice greatly appreciated.
Sidebar: my sending phone uses Google messaging with RCS On, but to get the receiving phone to work with the AI Texting feature, RCS had to be off.
Thanks Taifun,
So your test worked perfect of course.
I added the 'set' as shown, but the AI app doesn't seem to be doing the comparison with the 'number' vs 'global registered phone' (see post 1 - image 2)and then populating 'LabelReceivedSMS', I'm guessing.
Not displaying the incoming trigger message or any message.
It looks like this code should display Any text message sent by the registered_phone.
Every test I see with 'Texting' give the received number in this format "+1 727-000-0000", but replacing the non-space, non-hypenated number made no difference.
I modified your app to compare a global registered_phone value (in this exact format: "+1 727-NNN-NNNN"), to the incoming message number received by AI's Texting module. And this is the exact format extracted from incoming messages.