Search found 281 matches

by Rafi4
29 May 2020 10:50
Forum: User Help / Bug Reports
Topic: Device slow when data enabled
Replies: 4
Views: 25021

Device slow when data enabled

Hi Martin
When mobile data is enabled i have noticed that my device performance getting slow. My device is Samsung Galaxy j2,1 gb ram and 8 gb internal storage. Is this a bug or not? How can solve this?


Thanks in advance from record4.
by Rafi4
27 May 2020 10:14
Forum: User Help / Bug Reports
Topic: text matching is not triggered
Replies: 22
Views: 50679

Re: text matching is not triggered

Hi vertigo What do you want to achieve? Are you seeking help for component clicked or window opened trigger? If component clicked here is an example Trigger = ui event (component clicked) select package name and Leave text field Empty Condition = Use expression as below From record4 text_list = newL...
by Rafi4
19 May 2020 02:55
Forum: User Help / Bug Reports
Topic: Help my gran!
Replies: 7
Views: 15957

Re: Help my gran!

Hi conrad Import this flow. This flow may fulfill your needs .if not do as below Use trigger notification on Statusbar displayed select package name,leave text blank. Use condition debug dialog and copy texts which contains buttons and post buttons names here. Note => Make what's app call from anoth...
by Rafi4
18 May 2020 23:25
Forum: Feature Requests
Topic: Input Dialog (Loading)
Replies: 5
Views: 33803

Re: Input Dialog (Loading)

Hi all
In auto tools (plugin) webscreens. There was a webscreen called loading dialog. It was so nice and so impressive. Install the plugin and try that loading dialog webscreen. You can know about what is my feature request is.

from record4
by Rafi4
16 May 2020 03:56
Forum: Feature Requests
Topic: Input Dialog (Loading)
Replies: 5
Views: 33803

Input Dialog (Loading)

Hi Martin
Add an option in input dialog (input dialog type) as loading.
This will be most useful when a flow is executing for a long time.

from record4
by Rafi4
14 May 2020 16:52
Forum: Feature Requests
Topic: Option that change default separator of Input dialog and selectable text in Message dialog
Replies: 3
Views: 28951

Re: Option that change default separator of Input dialog and selectable text in Message dialog

Hi all
It's so simple as below

From record4

Code: Select all

list = split  ("Hello/Hei/Hello, World!","/")
by Rafi4
07 May 2020 23:29
Forum: User Help / Bug Reports
Topic: Calendar event trigger - multiple events
Replies: 9
Views: 18223

Re: Calendar event trigger - multiple events

Hi Desmanto
If result type changed to table (transposed). We can get all events. I am already using this method. Working fine.

from record4
by Rafi4
06 May 2020 12:23
Forum: User Help / Bug Reports
Topic: Calendar event trigger - multiple events
Replies: 9
Views: 18223

Re: Calendar event trigger - multiple events

Hi vertigo Are you using separate calendar app or device calendar app? If you are using separate calendar app you need to use action notification on Statusbar displayed. If you are any confusion use condition debug dialog. Manually execute the flow and check in condition debug dialog. Condition debu...
by Rafi4
06 May 2020 02:19
Forum: User Help / Bug Reports
Topic: Calendar event trigger - multiple events
Replies: 9
Views: 18223

Re: Calendar event trigger - multiple events

Hi vertigo
This flow is working fine for me.

from record4
by Rafi4
05 May 2020 22:55
Forum: User Help / Bug Reports
Topic: Calendar event trigger - multiple events
Replies: 9
Views: 18223

Re: Calendar event trigger - multiple events

Hi vertigo
In query Content Provider action change result type to table (transposed) or table.
Use condition debug dialog and you can see your all multiple events in a list. (In condition debug dialog action)

from record4