Search found 342 matches

by digitalstone
12 Jan 2019 13:16
Forum: General
Topic: Can not reply
Replies: 4
Views: 11983

Re: Can not reply

Nobody knows why i can't post on this part of the forum?
by digitalstone
06 Jan 2019 16:40
Forum: General
Topic: Can not reply
Replies: 4
Views: 11983

Can not reply

I have been able to post a reply in the beginning of this topic somehow, but i can't remember how.
Whenever i am inside this topic: viewtopic.php?f=2&t=7714&start=30 i don't even see a "reply"-button.
I am logged in though.
by digitalstone
23 Dec 2018 14:37
Forum: User Help / Bug Reports
Topic: getting weather info - simple
Replies: 10
Views: 27748

Re: getting weather info - simple

Thanks Martin, that seems like a great source.
by digitalstone
23 Dec 2018 13:21
Forum: User Help / Bug Reports
Topic: Create calendar event using input dialog
Replies: 3
Views: 8756

Re: Create calendar event using input dialog

I would say this would get you somewhere: {getDate(),dateformat, dd-MM-yyy HH:mm} Depends also on in what type of textual field you're typing this into. In a text-field you would type the exact code from above. In script form it's slightly different (which still kind of confuses me to this day to be...
by digitalstone
16 Dec 2018 22:26
Forum: Flow Sharing Area
Topic: Find out flow reference point
Replies: 2
Views: 9779

Re: Find out flow reference point

You can use the variable "trigger" to know which trigger set off the running instance.
To know which flow that exactly was, you could create an additional scriptline such as:

Code: Select all

flowOrigin=flow_name
by digitalstone
07 Dec 2018 18:57
Forum: User Help / Bug Reports
Topic: OTP reading flow
Replies: 8
Views: 17413

Re: OTP reading flow

At the very bottom inside the Script action, you'll find the "REGULAR EXPRESSION TESTER" button. Click it. Here you can test your regex (REGular EXpression) strings on all supported script functions. In the upper-right corner there's the 3-dot menu with the Help-page inside. Click. Now you can learn...
by digitalstone
05 Dec 2018 19:09
Forum: User Help / Bug Reports
Topic: global variable
Replies: 4
Views: 14334

Re: global variable

That is correct. Variables that contain multiple values within such as lists and maps are not usable in this trigger. The reason is (AFAIK) that Martin has no control over how many variables the user puts inside that map/list. In which case Automagic could overload the user's phone with, let's say, ...
by digitalstone
02 Dec 2018 23:07
Forum: User Help / Bug Reports
Topic: SFTP Support
Replies: 6
Views: 15000

Re: SFTP Support

Thanks Martin, i tried the first one more than a week ago, but then it failed. Everything was just stored as the destination file inside /root along with slashes inside the name. 1 filename for example, was this: /share/Download/test.jpg But now it works fine. I don't know why, maybe i missed someth...
by digitalstone
01 Dec 2018 19:31
Forum: User Help / Bug Reports
Topic: SFTP Support
Replies: 6
Views: 15000

Re: SFTP Support

Using Execute SSH Command for sending files through SFTP works quite well. I just can't seem to direct the files in any other directory than /root . It's possible to get there from my pc with extra help like WinSCP or whatever, but it requires multiple manual steps, which defeats the purpose of auto...
by digitalstone
01 Dec 2018 19:11
Forum: User Help / Bug Reports
Topic: Scroll
Replies: 10
Views: 22844

Re: Scroll

Can you please first explain what you have made and what technique/flow elements you are using? With what did you created that app list, and what is your end goal with it? And can i just assume then that you're using the "Control UI" element for things like "scroll by one"? If so, the method to chec...