Pepy wrote: ↑23 Jun 2019 22:38
You never knew this existed?
Of course this would have to be a thing if existing elements were to be linked together based on their given name.
The way you do it also works, but won't you find having to re-write a similar Script tiring?
Yes, never knew it. I ever thought about giving unique name when the first time I switch to Automagic. But soon, I found out most of my element are unique. Even script are different from each other, I only copy part of it, not to reuse the whole same script. Even if I have to recreate the same input dialog, I just add it again and type it the same variable and choose reuse later. Much easier for me rather than to give name and keep track on what name to search for when I want to reuse that element.
Pepy wrote: ↑23 Jun 2019 22:38
Are you trying to say that you use a flow to manipulate elements inside of other flow(s)?
Yes, The favourite elements feature which I ever requested too. I just use Control UI to help create elements. Many of my flow depends on this, favourite element, List splitter for multiple parallel expression, Trigger tester (will be abandoned after this), HTTP response saver, Widget to set Execute Flows and later I want to create another named element just like what you have done here, but using Control UI to help me instead.
Pepy wrote: ↑23 Jun 2019 22:38
I'd say that's the reason why I give a pretty generic name especially to elements like a long
Script action so that it makes it easier to maintain throughout multiple flows.
I don't maintain long script thru multiple flows, I usually make it unique enough for each usage case. Just add some comment or maybe notes outside to identify the element.
Pepy wrote: ↑23 Jun 2019 22:38
Two problems here:
- Maintenance section only shows you lists of unused elements.
- I usually discover that I want to change something (such as how Expression conditions with simple boolean statements are named), meaning that if I were to use the Maintenance section, I would have to exit out of the flow, open up the side menu to go into the Maintenance section just to go through another series of taps to get back into the flow I was previously working on.
- Currently Maintenance only show unused elements, hence we can request it here to add section to show all used elements, not only the unused ones.
- If you only need to edit single element, then just edit as usual using the + sign, then delete the element afterward. Going back to maintenance will be longer.