Search found 281 matches

by Rafi4
19 Mar 2020 01:04
Forum: User Help / Bug Reports
Topic: How to add additional numbers to a call
Replies: 6
Views: 15825

Re: How to add additional numbers to a call

Hi @viorel.rusu
I think that are you trying to make conference call? Or are you paste any text?

From record4
by Rafi4
16 Mar 2020 00:11
Forum: User Help / Bug Reports
Topic: multiple values
Replies: 6
Views: 13824

Re: multiple values

Hi Martin and all After a long time Finally I have got the accurate solution for removing multiple values. global_a = newList("Wonderful","Amazing","Useful","Genius","Accurate","Record4") I think this is the right solution. Any modifications ? Please post. From record4 set = reverse(indices); for (i...
by Rafi4
09 Mar 2020 17:38
Forum: Flow Sharing Area
Topic: Unsplash wallpaper
Replies: 14
Views: 56187

Re: Unsplash wallpaper

Hi anuraag
I think you are genius in java. Where can I learn java as you?

Most important thing
Thanks a lot for making an amazing flow.

From record4
by Rafi4
21 Feb 2020 12:20
Forum: Flow Sharing Area
Topic: Unsplash wallpaper
Replies: 14
Views: 56187

Re: Unsplash wallpaper

Hi anuraag
Good. Working fine. Are the images stored in internal memory? If yes. Where can I find them?

Thanks for making a good and amazing flow. Keep it up.

From record4
by Rafi4
17 Feb 2020 23:05
Forum: User Help / Bug Reports
Topic: Write to file, append new line
Replies: 3
Views: 14620

Re: Write to file, append new line

Hi
Simply use below code before or after the text where you wish a new line.
From record4

Code: Select all

{"\n"}
by Rafi4
06 Feb 2020 15:33
Forum: User Help / Bug Reports
Topic: get a variable from another flow
Replies: 3
Views: 11126

Re: get a variable from another flow

Hi
Upload a example flow


from record4
by Rafi4
28 Jan 2020 13:39
Forum: User Help / Bug Reports
Topic: Global variable trigger - not triggering
Replies: 18
Views: 34386

Re: Global variable trigger - not triggering

Hi coconutxyz Every value trigger the flow list ,map or any type of values the variable contains. To use json Action = script For example Js= fromJSON(global_trigger) Add any thing here Finally global_trigger = toJSON(js); Example script for understanding create_list=fromJSON(getMapValue(global_json...
by Rafi4
28 Jan 2020 12:46
Forum: User Help / Bug Reports
Topic: Global variable trigger - not triggering
Replies: 18
Views: 34386

Re: Global variable trigger - not triggering

Hi coconutxyz Are you know about json? If yes you can add any type of values list,map or boolean . The variable converts into string. So every time when you add any values into the variable the trigger global_trigger will be executes the flow. Trigger = global_trigger Action = get the desired value ...
by Rafi4
26 Jan 2020 23:59
Forum: User Help / Bug Reports
Topic: Global variable trigger - not triggering
Replies: 18
Views: 34386

Re: Global variable trigger - not triggering

Hi coconutxyz use global variable in json format. You can use map, boolean, list or any . For example as below Trigger = global_trigger Action = get the value of the variable global_trigger (list,map or any) Condition = enter the last value which was modified. I think this is the most perfect soluti...
by Rafi4
15 Jan 2020 23:57
Forum: Feature Requests
Topic: ❌ [Request Removed] Widget click {trigger}
Replies: 5
Views: 18681

Re: [Feature Request] Widget click {trigger}

Hi Desmanto
You are Amazing . You make the widget expressions so simple way.

Thanks a lot for sharing the screen shot and example script.


from record4