Is it possible to pass a variable from a php script to Robotask?
I have a script that processes email based on the type. Depending on the type will determine which email is sent.
Search found 10 matches
- Wed Jul 16, 2014 2:40 pm
- Forum: General Discussion
- Topic: Working with variables
- Replies: 5
- Views: 20058
- Thu Apr 11, 2013 8:54 pm
- Forum: General Discussion
- Topic: Variable not setting properly
- Replies: 8
- Views: 21795
Re: Variable not setting properly
Hi Oleg,
Thanks very much for all your help. I'll continue to look for a way to process the info!
Naras
Thanks very much for all your help. I'll continue to look for a way to process the info!
Naras
- Thu Apr 11, 2013 4:52 pm
- Forum: General Discussion
- Topic: Variable not setting properly
- Replies: 8
- Views: 21795
Re: Variable not setting properly
HI Oleg,
I guess my question is why doesn't the File Status set on lines (2 , 5 & 8) of the dl file and line 27 of the ul file in your example?
Naras
I guess my question is why doesn't the File Status set on lines (2 , 5 & 8) of the dl file and line 27 of the ul file in your example?
Naras
- Thu Apr 11, 2013 2:37 pm
- Forum: General Discussion
- Topic: Variable not setting properly
- Replies: 8
- Views: 21795
Re: Variable not setting properly
Hi Oleg,
The text body is the value of {L_OUT}.
Sent testing files to email provided.
Thanks
Naras
The text body is the value of {L_OUT}.
Sent testing files to email provided.
Thanks
Naras
- Thu Apr 11, 2013 1:04 pm
- Forum: General Discussion
- Topic: Variable not setting properly
- Replies: 8
- Views: 21795
Re: Variable not setting properly
Hi Oleg, Thanks for your help. That doesn't appear to be the issue. I've attached the task. Naras ;***************************** ;* RoboTask Task file ;* Do not edit in text editor! ;***************************** [Root] ActionAfterRun=INTEGER|0 Actions=FOLDER Automat=INTEGER|0 CatID=INTEGER|38957773...
- Wed Apr 10, 2013 7:03 pm
- Forum: General Discussion
- Topic: Variable not setting properly
- Replies: 8
- Views: 21795
Variable not setting properly
Hi, I have a task that is looping through several RoboFtp log files to extract when files were sent and if they completed or errored. I'm using a series of if/then statements and str pos to find the info then extract to variables. The variables are declared locally. My first if/then looks for sendin...
- Mon Jan 28, 2013 7:47 pm
- Forum: General Discussion
- Topic: textfile/folder substring match
- Replies: 3
- Views: 10931
textfile/folder substring match
Hi Oleg, Thanks so much for offering to help with my Task. I did finally get it to work. However, I have a different question.I have an email to process example below. I'm using a text loop to parse the email from an Email log.I need to get all the RCPT Lines into one variable that I can use in a re...
- Tue Jan 22, 2013 9:47 pm
- Forum: General Discussion
- Topic: Variable content
- Replies: 1
- Views: 6727
Variable content
Say you loop through a text file to store a partial Filename in a variable. Without writing the variable contents to a text file, how else can you know the full content ( all the data ) of the variable? It seems that using a dialog box only shows the last entry. I want to verify that the variable co...
- Tue Jan 22, 2013 7:28 pm
- Forum: General Discussion
- Topic: passing variables
- Replies: 1
- Views: 6720
passing variables
I've got a series of files in a folder like so20121018-06474673-15f0-1.txt20121018-06474673-15f0-2.txt20121018-06474673-15f0-2.txtI've set my variable "SENTFILELIST" to value "20121018-06474673-15f0-1"I want to use that variable in a file loop to find the correct file so I can ...
- Mon Jan 21, 2013 7:52 pm
- Forum: General Discussion
- Topic: textfile/folder substring match
- Replies: 3
- Views: 10931
textfile/folder substring match
I'm creating a task that extracts a string from a text file. I want to use that string to find a file that contains the string in it's name in a different folder.The text file is an email log in which I'm extracting the message id then using that id to find the file(the actual email) from a \sent fo...