@bogdyro : Of course, This should be included in the template. As Automagic can directly parse the data from the available trigger itself. I wish there will be favourite elements tabs too. Adding the template "Triggers Check", will allow us to pick which triggers we wanna filter. Then it will automatically create an expression with the content
Code: Select all
trigger == "the triggername that we choose" // for single trigger
or if multiple triggers choosen
Code: Select all
containsElement(newList(
"First trigger that we choose",
"Second trigger",
"Widget Click",
), trigger)
@digitalstone : This could be a built-in feature, but through the template. The current template allow us to create a loop, it will prompt for list variable to loop (you can see that it automatically filters out non list variable). When you select the list variable and press OK, BOOM, you can see the whole script, expression and notification on screen appear automagically below. This is the thing that we want.
We still use automagic built-in elements, still using the expression to filter out the triggers as shown above. But we want Automagic do it for us very quickly, as this is one of main my routine.
Most of my main active flows have more than 1 trigger. If there is a one-trigger-only flow, it is probably having some probation, I am doing some testing, something is wrong with it, thus need to be separated from the herd. After I know it is working perfectly, I will combine it to the nearest giant flow which share the same concept. Example all network related stuff in one giant flow. All remote server related in another flow.