Thank you , again

Moderator: Martin
Unfortunately don't work to me because the app stays in background (and it should),MURTUMA wrote:App Task Ended should probably work.
MURTUMA wrote:Did you try it? It works with most apps when their UI is closed either by closing the app or pressing home button(foreground app goes into background). Still, it might not work in all instances.
What is your use case and how the app goes into background?
MURTUMA wrote:Something like this would work.
FLOW 1
Trigger: App Task Started
Action: Store Audio Volumes (This action saves the current volume level to the related variable. You can uncheck everything else except the notification. Note the variable name; it starts with "global_". This part is important but the rest can be anything.)
Action: Set Audio Volume
FLOW 2
Trigger: App Task Ended
Action: Restore Audio Volumes (Again, uncheck everything else but notification. Use the same variable here that you used to store the value. It would be easiest, if you just leave the names as is in both actions.