I started using Automate for Android more intensively since a couple of weeks and want to share some ideas about extensions I'd love to see. Perhaps other users have comments on them or can tell me some workarounds you used for similar situations?
I don't know, whether there is some dedicated channel or group to provide feedback / suggestions like this. Please let me know, if I should post this somewhere else.
a) a block to compare a variable with its atomic stored counterpart; e.g., compare and exit yes => if the value is the same as the stored; store the value and exit no => if the value was different
What is my use case and further comments:
- I have a couple of flows sharing information and I want to trigger them only when a value changed
- this can also be done by additional (temporary) variables, but it's less elegant
- I did some test with the "Atomic compare and store", but I don't see it working for my use case
b) a simple text block to add comments to a flow
What is my use case and further comments:
- larger flows tend to look spaghetti, some documentation would help to understand them
- the text should be visible by just looking on the flow without clicking / opening the comment block
c) a way to turn logging on/off
What is my use case and further comments:
- most of the time, I only use my own log messages via the "log append" block (less information, only what I'm interested in)
- but in certain situations, I still would be interested in the internal logs and would love to trigger this by some logging on/off block
d) it would help me, if question marks could be added to the decision blocks in your the documentation (see "
https://llamalab.com/automate/doc/block/index.html")
What is my use case and further comments:
- this would make it easier for me to identify the block types in the online documentation
- the add block function in the app already shows question marks for decision blocks
What do you think?