Search found 10 matches

by hcporto
28 Apr 2016 01:33
Forum: User Help / Bug Reports
Topic: Multi choice input dialogue
Replies: 2
Views: 7009

Re: Multi choice input dialogue

I realize now it does save the results as [1,2,3,4]. Now my problem is how to use this variable {indices} on an expression.

Something like:
If índices contain 1 = do this
If índices contain 2 = do that
by hcporto
28 Apr 2016 00:44
Forum: User Help / Bug Reports
Topic: Multi choice input dialogue
Replies: 2
Views: 7009

Multi choice input dialogue

Hi. I am trying to make a flow that delete some folders. It should work like: 1-Ask witch folder i want to delete (multi choice input dialogue) 2-Delete the folders based on the selected choices. The problem is: I have no ideia how to use multi choices. Does it save variables with my choices? If Yes...
by hcporto
03 Jan 2015 01:51
Forum: User Help / Bug Reports
Topic: Check the "Last modified" date on FTP
Replies: 1
Views: 5496

Check the "Last modified" date on FTP

Hi all, happy 2015. I've been searching and could not find the answer. Is there any condition os scrit i can use to check a file last modified date on ftp (or dropbox), compare it with a file on a specifc folder and if the file on the ftp is newer make the download to replace the one in the folder? ...
by hcporto
01 Aug 2014 17:01
Forum: User Help / Bug Reports
Topic: Help using variables
Replies: 12
Views: 27020

Re: Help using variables

Thanks Martin.

How can i get the value inside a text file and turn it into a global_variable to be used on other scripts?
by hcporto
12 Jul 2014 23:27
Forum: User Help / Bug Reports
Topic: Help using variables
Replies: 12
Views: 27020

Re: Help using variables

Btw. Can "Expression" condition also do the same? Read a variable on a specific line? I.E: contains(text_file, "variable" on line 3);
by hcporto
12 Jul 2014 21:40
Forum: User Help / Bug Reports
Topic: Help using variables
Replies: 12
Views: 27020

Re: Help using variables

Hey BoBo. Its me again. Is it possible to use the "Write to File" action to Append its text to a specific line on the txt file?
by hcporto
22 Jun 2014 14:35
Forum: User Help / Bug Reports
Topic: Help using variables
Replies: 12
Views: 27020

Re: Help using variables

indeed i am =D
by hcporto
11 Jun 2014 19:30
Forum: User Help / Bug Reports
Topic: Help using variables
Replies: 12
Views: 27020

Re: Help using variables

You are amazing dude, thanks a lot!

I'm really new to all this stuff and i'm trying to learn as fast as i can (i'm a biologist, this is definitely hard for me).
by hcporto
10 Jun 2014 22:13
Forum: User Help / Bug Reports
Topic: Help using variables
Replies: 12
Views: 27020

Re: Help using variables

Sorry, i'll try to be more specific:

I want to have a text file on a ftp server or into the sd card. I'd like automagic to be able to change that variable as an action. Also want to know how to make it check if a variable value is true or false.
by hcporto
09 Jun 2014 21:17
Forum: User Help / Bug Reports
Topic: Help using variables
Replies: 12
Views: 27020

Help using variables

Hi all,

i'm really new on this and i wish i could learn some about using variables.

Is it possible to make a flow like:

On boot > Check a variable (on sdcard or on a ftp server) > the result of the var determines next actions

Thanks a lot, hope someone can help