Search found 187 matches

by tsolignani
26 Mar 2020 16:25
Forum: User Help / Bug Reports
Topic: Getting first paragraph of a string
Replies: 4
Views: 11919

Re: Getting first paragraph of a string

Horschte wrote:
24 Mar 2020 22:22
You can use split to get the list of paragraphs.
Thank you. I could have thought of that, as a matter of fact ;-)

Thanks.
by tsolignani
25 Mar 2020 23:25
Forum: User Help / Bug Reports
Topic: how does file observer trigger exactly work?
Replies: 1
Views: 5841

how does file observer trigger exactly work?

Good night everyone. I have a couple of questions regarding that trigger. Say I have more than one files that raise the trigger into a directory. What happens then? Does the flow with the file observer trigger cycle for each of those files, executing as many times as there are files? Can I use jolly...
by tsolignani
25 Mar 2020 23:06
Forum: User Help / Bug Reports
Topic: Updating a Facebook fan page
Replies: 2
Views: 7578

Re: Updating a Facebook fan page

Thank you.

That tutorial didn't work, maybe used to work with previous fb app versions.

Nevertheless, I managed to make it work.

Here the working flow, maybe it can be useful to other as well.

Thanks again.
by tsolignani
25 Mar 2020 07:05
Forum: User Help / Bug Reports
Topic: Updating a Facebook fan page
Replies: 2
Views: 7578

Updating a Facebook fan page

Good morning everyone. I am trying to build a flow to publish a post update to a Facebook fan page. Every fan page on Facebook has its own URL, but, while opening, say, a group by its URL, opening a page by its URL does not work, not with the Facebook app and with the Page app either. For groups, I ...
by tsolignani
24 Mar 2020 17:24
Forum: User Help / Bug Reports
Topic: Getting first paragraph of a string
Replies: 4
Views: 11919

Getting first paragraph of a string

Good evening everybody. I would need to extract the first paragraph of a string, id est the part before the first couple of line returns (\n\n) For example: "We had wanted to leave at 20. But we left at 22" What I would like to get is "we had wanted to leave at 20". I guess I have to use the two lin...
by tsolignani
23 Mar 2020 14:20
Forum: User Help / Bug Reports
Topic: shortening links with bit.ly
Replies: 11
Views: 25994

Re: shortening links with bit.ly

Great. And it works even better! Thank you.
by tsolignani
23 Mar 2020 13:03
Forum: User Help / Bug Reports
Topic: shortening links with bit.ly
Replies: 11
Views: 25994

Re: shortening links with bit.ly

You have to install autoweb plugin from the play store, license and configure it.
by tsolignani
22 Mar 2020 13:06
Forum: User Help / Bug Reports
Topic: Tap "cancel" on an input dialog
Replies: 6
Views: 13840

Re: Tap "cancel" on an input dialog

Thank you everybody. I guess Desmanto solution did the trick. It works, I put a block with that code and if cancel gets hit by mistake its content get copied to the clipboard. You could imagine even stricter solutions, like writing the variable to a file maybe, so that you are safe even when the pho...
by tsolignani
22 Mar 2020 09:26
Forum: User Help / Bug Reports
Topic: shortening links with bit.ly
Replies: 11
Views: 25994

Re: shortening links with bit.ly

I found a way to do it with bit.ly using autoweb plugin.

Please find an example flow enclosed, you have to put your access token where you find triple "X"

Have a nice day and thanks again to everyone.
by tsolignani
20 Mar 2020 21:13
Forum: User Help / Bug Reports
Topic: Tap "cancel" on an input dialog
Replies: 6
Views: 13840

Re: Tap "cancel" on an input dialog

Thank you.

That's the matter, no point in doing a confirmation dialog if the input is lost anyway.

Let's see if someone else has something to say.

Thank you.