Hi my friends
I want to create a flow that when i send a phone number to my phone,it take the number and forward all sms that receive later to that phone number.
Can u help me???????????
I could create this flow but i have a problem
My flow forward all messages to one number that i define it,but i want to change this number remotely.
Is possible it???
This is my flow:
http://automagic4android.com/flow.php?i ... 1042061ff5
sms forwarder
Moderator: Martin
Re: sms forwarder
Hi,
You can use a global variable for the receiver field in action Send SMS. For example {global_sms_receiver} and then assign the call number to this variable.
The text {global_sms_receiver} will be replaced with the text stored in the variable when the action is executed.
to manually create the variable:
-on the flow list: Menu->Manage->Global Variables
-press the [+] icon to create a new variable
-enter the variable name global_sms_receiver
-enter the call number
-press OK
You can assign a different value to the global variable using an action Script from a flow:
-action Script: global_sms_receiver="1234567";
Regards,
Martin
You can use a global variable for the receiver field in action Send SMS. For example {global_sms_receiver} and then assign the call number to this variable.
The text {global_sms_receiver} will be replaced with the text stored in the variable when the action is executed.
to manually create the variable:
-on the flow list: Menu->Manage->Global Variables
-press the [+] icon to create a new variable
-enter the variable name global_sms_receiver
-enter the call number
-press OK
You can assign a different value to the global variable using an action Script from a flow:
-action Script: global_sms_receiver="1234567";
Regards,
Martin
Re: sms forwarder
Thank you very much,Martin....
I love you!!!!!
Finally i could do it.
I love you!!!!!
Finally i could do it.