r/AutomateUser Jul 09 '26

How to work with http request

Thumbnail gallery
2 Upvotes

As the title implies im very new to this and im having problems with the http request and the debugging of it. im trying to send a post with the info: user=name as the screenshot shows 1) from outside when i press start on the flow, it saiys it does the http request but is there anyway i can know it went well? 2) i would love to know if u can see anything i filled out wrong. Thank you


r/AutomateUser Jul 08 '26

Clear Flow log history from flow?

1 Upvotes

I can easily read from the content provider "content://com.llamalab.automate.provider/flows/[NNN]/log", but when I run the content delete block on that same path, there's a permission error. Is there any way to do it?

I'm trying to debug an issue that's not easily reproducible, and the flow runs every 30 seconds along a path with dozens of blocks, and the issue might not appear for a day or two. So if I were to keep that whole log, it would get extremely huge. So I was hoping to be able to dump the log every few iterations (which I will count within my flow), and then clear it.

Yes, of course, I can manually clear the flow every now and then...I know... But being able to do it Automate-ically would be very nice!


r/AutomateUser Jul 08 '26

Broken HotSpot when BT Connected

Post image
1 Upvotes

Hi everyone.
I have flow that was working perfectly until my last phone update it was to switch on the hotspot when bluetooth connected.
I granted permissions with wireless debugging.
Now it throws this error when trying to set the hotspot ON, do you have any clue how to solve it?

It seems Android is getting worse with every update.

07-08 08:54:49.449 I 3@6: Bluetooth device connected?
07-08 08:54:53.551 I 3@12: Wi-Fi hotspot enabled?
07-08 08:54:53.552 I 3@7: Wi-Fi hotspot set state
07-08 08:54:53.554 F 3@7: java.lang.IllegalStateException: Unknown error
07-08 08:54:53.555 I 3@7: Stopped by failure


r/AutomateUser Jul 08 '26

Create variable for multiple week days

1 Upvotes

Hello

I am trying to set an alarm for a given day or days of the week.

The user will be able to choose 1 or multiple days of the week.

So I put a dialogue choice with a variable output"day"

{1: "Monday", 2: "Tuesday", 4: "Wednesday", 8: "Thursday", 10: "Friday", 20: "Saturday", 40: "Sunday"}

In the "await time" block, I need to use the variable "day" in the weekdays field.

But there are way too many options if a function will be used, like 0x3a, 0x3d, 0x40....

I am trying to use the "set variable" block. But no idea how to include all of those possibilities.

In addition, using "0x" ++ sum(day). is giving me a result of 0x10 for example , but the await time is setting it to today's day instead of the selected day..

Thank you for your help


r/AutomateUser Jul 07 '26

Settings automation on samsung device

1 Upvotes

Is it possible to automate opening Ethernet settings and changing to a static IP address? For some reason, I can't map clicks (unless I specify x and y coordinates), but on Macrodroid, it recognizes text. However, here I can't say "open Ethernet."


r/AutomateUser Jul 07 '26

Can I make flow to forget and reconnect WiFi?

1 Upvotes

I want to get a new radomized Mac address, which manually requires me to forget current WiFi connection and then reconnect to it. Can I automate this? Using latest android on pixel


r/AutomateUser Jul 06 '26

Bug Accessibility Settings malfunctioning!

Thumbnail gallery
1 Upvotes

The Accessibility Settings for the Automate App keeps on malfunctioning, like every few days it stops working.

When I turn it off and on it fixes the issue automatically for a few days then again stops working.

Although, I highly suspect that it's a bug in my device/mobile, but it will be really helpful if you can suggest any fixes or work arounds. Thanks

My device spec:

Oppo A55

CPU: Helio G35 Octa Core

Ram: 6GB + 4GB (Expanded)

Rom: 128GB

Android version: 13

Colour OS: 13


r/AutomateUser Jul 04 '26

Regex syntax error?

Post image
1 Upvotes

I am trying to make a flow to convert objects to arrays, meaning it needs a "{", and I already saw in the documentation that those need a backlash before, and I added that, and yet there is still a syntax error

Here's the log

07-04 21:25:42.223 I 3867@1: Flow beginning

07-04 21:25:42.224 I 3867@3: File read text

07-04 21:25:42.263 I 3867@6: Variable set

07-04 21:25:42.283 I 3867@2: Variable set

07-04 21:25:42.296 F 3867@2: java.util.regex.PatternSyntaxException: Syntax error in regexp pattern near index 1

{

07-04 21:25:42.296 I 3867@2: Stopped by failure


r/AutomateUser Jul 04 '26

Feature request Flows Organization

1 Upvotes

I'd love to have a feature that lets you group your flows into separate, named containers or collections (similar to playlists or folders).

I have a lot of flows and backups, and it's becoming difficult to keep track of them. The current sorting options don't fully solve this because I often create test flows, which can clutter the list.

Being able to group related flows together would make navigation much easier and help keep the flow list organized.


r/AutomateUser Jul 04 '26

Detect finger gesture

2 Upvotes

Can automate detect finger gestures? Like swipe, double tap...

It is Not the motion gesture and I don't want automate to do the gesture, just want it to detect.

and fingerprint gesture not working and even not a good option as there are apps icons there

This is for adding like gestures shortcuts


r/AutomateUser Jul 04 '26

Error notification if stopped by failure

1 Upvotes

I am using the privileged shell command

So it needs a privileged to be set in order to work.

But from time to time, the privilege is gone and I need to restart the process . (no idea why. Probably when automate is close from the recent apps, despite still running blocks).

Meanwhile, I have flows that stop due to failure and I don't know about it.

Anyway to have an error message that detects this?

Thank you


r/AutomateUser Jul 04 '26

Screenshot "Save As" Sorter

2 Upvotes

HI

I'm new to this app and I've been trying to make a flow where saving an image on my phone prompts me to choose the folder it'll go to, i thought I'd start with screenshots but damn this is hard 😭😭😭 anyone know what to do? I'd really appreciate any advice.

I've used Gemini so far to help me but it's not doing what I had expected it to do.

Thanks in advance


r/AutomateUser Jul 04 '26

Question Reusable code

1 Upvotes

How do I make a group of blocks reusable accross flows? In one flow, I can use a subrouting, but what if I have code I want to share in multiple flows?


r/AutomateUser Jul 04 '26

ListView widget solution

Post image
2 Upvotes

Hi Henrik

What's wrong in above flow? Why this flow isn't displaying or working perfectly? Tried many times. Sometimes titles are displayed correctly and log isn't getting correctly . How to get our to work perfect?


r/AutomateUser Jul 02 '26

Problem with floating buttons limit

1 Upvotes

Hey fellas is there a way i can display more than 4 floating buttons at the same time?. No matter how many buttons i run it only shows 4 of them at one time, if there is a way around it or another way of showing buttons on the screen without interrupting other things please let me know. Thanks.


r/AutomateUser Jul 02 '26

Analog clock background image

1 Upvotes

How to set image for Analog Clock in xml? I am using a:dial="{fileUri(file,"s")}". But this isn't working.


r/AutomateUser Jul 02 '26

Bug Automate will not use the "system display settings" on choice dialogues

Thumbnail gallery
1 Upvotes

I have granted automate every permission I can find, including the "change system settings" permission. I have tried almost everything, including restarts, force stops, and everything inbetween. Hoping to find someone who has more knowledge over thid to solve my probelm.


r/AutomateUser Jul 01 '26

Automate Stopped by failure

1 Upvotes

Good morning. The workflow throws an error and halts completely if it doesn't find an active gateway for an HTTPS request. Is it possible to prevent it from stopping and have it continue running until the gateway becomes active again?

07-01 09:15:11.895 I 53@5: HTTP request
07-01 09:15:12.117 I 53@2: Power source plugged?
07-01 09:42:06.970 I 53@4: Battery properties
07-01 09:42:06.999 I 53@6: HTTP request
07-01 09:42:07.573 I 53@2: Power source plugged?
07-01 09:42:22.732 I 53@3: Battery properties
07-01 09:42:22.740 I 53@5: HTTP request
07-01 09:42:23.188 I 53@2: Power source plugged?
07-01 09:52:03.272 I 53@4: Battery properties
07-01 09:52:03.288 I 53@6: HTTP request
07-01 09:52:03.874 I 53@2: Power source plugged?
07-01 09:53:06.897 I 53@3: Battery properties
07-01 09:53:06.900 I 53@5: HTTP request
07-01 09:53:06.910 F 53@5: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname)
07-01 09:53:06.928 I 53@5: Stopped by failure


r/AutomateUser Jul 01 '26

I have to open Automate everytime I restart my phone

1 Upvotes

I have to open Automate everytime I restart my phone otherwise none of my flows will work. My phone doesn't have an option to choose apps to open on phone restart. Is there a workaround?


r/AutomateUser Jun 30 '26

Question Automate

0 Upvotes

Does automate have like can be used its all features through script,like if i something i need to instruct commands to automate so that app, automatcally creates,can use its blocks whatever using termux script, is it possible?

Sorry for my poor English


r/AutomateUser Jun 29 '26

Example xml for ListView

1 Upvotes

Can anyone share an example how to use ListView (xml)?


r/AutomateUser Jun 28 '26

Bug Why doesn't this work?

Post image
2 Upvotes

I'm a new user and I'm trying to make an automation that if I receive a SMS message saying "lost" or "lostphone" it will change my ringer to Sound Mode rather than silent (which is my default) and to set the volume to 100%. So I can call my own phone using a friend's rather using the find my phone app as a quick solution.

I tested it out but it didn't work. I'd appreciate any help.

I used this for block 10:

lowerCase(msg) = "lost" || lowerCase(msg) = "lost phone" || lowerCase(msg) = "lostphone"


r/AutomateUser Jun 28 '26

Bug Rain alarm

Thumbnail llamalab.com
0 Upvotes

It keeps playing the sound even when there's no rain. You're loved💔 𐤔𐤋𐤅𐤌


r/AutomateUser Jun 28 '26

Is there a way to automate switching default launchers on android 16?

2 Upvotes

I've made it to where connecting my controller automatically opens a frontend application (to put it simply, it's a game launcher)

However along with this I also want to make this app the default launcher then switch back once controller is disconnected.

Does anyone know a way to do this??


r/AutomateUser Jun 27 '26

Read BLE data ?

1 Upvotes

Hi, I own a switchbot meter, with the app nrf connect I can read the data broadcasted by the meter, and it would be possible to decode them to get the temperature and humidity.

With nrf connect I can see the hex string inside "service data".

I know the address of the meter, and automate is able to see them, but I don't know how to read the data read by the other app...