You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Automate for Android
Please test, report any issues, and give feedback. Opt-in for Alpha testing here.
What’s new:
Bigint value type, not fully integrated yet
Content write block
bigint function
runtime function
Content query and Database query blocks got Column result types input argument
Content copy block renamed to Content read
Fixed Contact query block to take NO path on empty Query value instead of failing
мJ Zкxy
unread,
Feb 19, 2026, 2:25:07 PMFeb 19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Automate for Android
Thanks for the update.
Can you add too in Mock location block that location is near to current position and not a fixed coordinate?
Pete
unread,
Mar 1, 2026, 9:36:19 PM (11 days ago) Mar 1
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Automate for Android
Works fine. Updated all my flows that used the deprecated fiber uri field in the flow beginning block to use the new runtime function instead which wasn't a big deal. I'm hoping the child and parent fiber uri variables in fork blocks will not become deprecated at a later date due to the runtime function because, although possible, it would be quite challenging to update flows for compatibility if that happens since it would require modifying all flows with forks and storing/loading the URIs as atomic variables. Will the fork block continue to function as is? Thanks.
Henrik "The Developer" Lindqvist
unread,
Mar 1, 2026, 9:59:04 PM (11 days ago) Mar 1
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Automate for Android
No such plans for now, but the Parent fiber URI could be since it can be replaced with a Variable set block with runtime("fiberUri") in the parent before the Fork.
Henrik "The Developer" Lindqvist
unread,
Mar 1, 2026, 10:01:04 PM (11 days ago) Mar 1
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Automate for Android
Sorry i don't understand. If you wish to update the mocked location then just call the Location mock block again with the new coordinates.
мJ ZЖУ
unread,
Mar 2, 2026, 1:48:46 PM (10 days ago) Mar 2
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Automate for Android
If location is about 50-100 meters from current location similar to spoof location in browser extension first it get actual position then report changed location to website in background or sometimes cell can't find location mock could fix it.
Pete
unread,
Mar 3, 2026, 4:21:07 PM (9 days ago) Mar 3
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Automate for Android
Well I hope you keep the parent uri variable in the fork block because it would be quite challenging to go through every flow I have, especially large flows with hundreds of blocks with forks under forks (where a child fiber becomes a parent fiber to fork blocks under it), adding parent fiber variables where needed then reorganizing the blocks to fit them in neatly. I've tested adding this on a couple large flows and it was quite tedious. Adding a variable for the fiber uri after the flow beginning block was very easy in comparison regardless of how large the flow was.