Hi. I have a flow to randomly play a different ringtone on each new call. It's triggered by a call hangup.
I would like to set some settings (some variables to this flow) only when I trigger it manually or pressing a widget or accessing a shortcut to it. Is there a way to distinguish between manually starting the flow and trigger incoming call? I know I could create another flow and set some global variables or write them to a file and when the other flow is triggered to read those values, but I would like all to be done in the same flow. Thanks
Trigger question
Moderator: Martin
Re: Trigger question
You can use variable "trigger"
Use Expression trigger = "Manual" or like so
Use Expression trigger = "Manual" or like so
Sorry for bad english, my native is russian.