Search found 12 matches
- 08 Sep 2020 00:51
- Forum: User Help / Bug Reports
- Topic: Is it possible to trigger a flow when accessing a URL?
- Replies: 1
- Views: 9776
Is it possible to trigger a flow when accessing a URL?
one thing I haven't found clearly is how to trigger a flow when accessing a URL use case: don't allow me to enter facebook.com if I'm on working hours I've seen this is possible for some apps like this one: https://play.google.com/store/apps/details?id=cz.mobilesoft.appblock&hl=en So I wanted to che...
- 12 Aug 2020 02:22
- Forum: User Help / Bug Reports
- Topic: The End of Automagic
- Replies: 54
- Views: 4599400
Re: The End of Automagic
This is very sad news :( Thanks for the time developing this great app! It definitely makes my life easier in some ways. Do you plan to keep this forum open? If not because of financial reasons, is there a possibility to donate so that the forum is still alive when you are not able to pay for it? (m...
- 12 Aug 2020 00:17
- Forum: User Help / Bug Reports
- Topic: HTTP Post translation to Automagic
- Replies: 5
- Views: 22008
Re: HTTP Post translation to Automagic
@Desmanto how would it work if we would need an array here? my data to send to other API needs one like this:
Code: Select all
{
"method": "passthrough",
"params": [{
"deviceId": "YOUR_DEVICEID_HERE",
"otherKey": "otherValue"
}]
}
- 31 Jul 2020 16:03
- Forum: User Help / Bug Reports
- Topic: how to access older ui events and their data in a flow triggered by another ui event
- Replies: 9
- Views: 28615
Re: how to access older ui events and their data in a flow triggered by another ui event
Wow! didn't know that! Amazing what you can do with UI event
Now I can select exactly the thing. There is only minor issues when trying to select lines that contain bold text and normal text. Not sure why but it gets confused.
But anyway this is more than what I expected when I started haha. Thanks!
Now I can select exactly the thing. There is only minor issues when trying to select lines that contain bold text and normal text. Not sure why but it gets confused.
But anyway this is more than what I expected when I started haha. Thanks!
- 30 Jul 2020 23:00
- Forum: User Help / Bug Reports
- Topic: how to access older ui events and their data in a flow triggered by another ui event
- Replies: 9
- Views: 28615
Re: how to access older ui events and their data in a flow triggered by another ui event
I tried both approaches but the one that worked better was the one from Hit. So in the end I have two flows: one that frequently saves the selected text and another that triggers when the highlight button is clicked. My final idea is to save the highlighted texts on other app through an API :D The i...
- 30 Jul 2020 14:09
- Forum: User Help / Bug Reports
- Topic: how to limit the number of times a flow can be executed in a certain range of time
- Replies: 5
- Views: 16558
Re: how to limit the number of times a flow can be executed in a certain range of time
Didn't occur to me that you could set a map for the global var. Thanks Desmanto! I also got an easy workaround (but not sure if is good to do it): I set a sleep timer of 10m at the end of the flow and then set the options of the flow as `Skip execution when an instance is already executing`. The iss...
- 30 Jul 2020 02:55
- Forum: User Help / Bug Reports
- Topic: how to access older ui events and their data in a flow triggered by another ui event
- Replies: 9
- Views: 28615
how to access older ui events and their data in a flow triggered by another ui event
use case: In the Pocket app, I want to have automatic access to my selected text every time I click the highlight button My current trigger for my flow is the click of the button with text `highlight`. This gives me precise control to trigger my flow. The issue is that in that UI event I don't have ...
- 29 Jul 2020 23:07
- Forum: User Help / Bug Reports
- Topic: how to limit the number of times a flow can be executed in a certain range of time
- Replies: 5
- Views: 16558
how to limit the number of times a flow can be executed in a certain range of time
Is there an easy way to limit how many times the same flow can be executed in a range of time? Use case: a trigger can be my screen turning on to get data from an API. But I don't want to be getting data from the API too often so the flow could be stopped if I noticed that the flow ran in less than ...
- 13 Dec 2019 22:26
- Forum: User Help / Bug Reports
- Topic: silence whatsapp groups during working hours
- Replies: 8
- Views: 26735
Re: silence whatsapp groups during working hours
@Desmanto this work and is great! thanks a lot, you are awesome for sharing this! Things I could add: - couldn't get notifications from my system to copy so I got one from https://notificationsounds.com/ - used the 'move file' action instead of the 'script' action There is an issue with the solution...
- 10 Dec 2019 01:12
- Forum: User Help / Bug Reports
- Topic: silence whatsapp groups during working hours
- Replies: 8
- Views: 26735
Re: silence whatsapp groups during working hours
In fact, I just tested again. The modification channel change is done correctly by automagic but somehow after a few minutes whatsapp gets that fixed. It seems it creates a new channel id with the default configuration (?) not really sure. Will keep investigating that.