Scenes w multiple commands

I cant seem to have a scene run with more than one command.

On its own I can get the say function and TTS to announce “You are now listening to pandora. DaftPunk radio.”

On its own I can get the playURI function to start playing the sonos favorite I want.

If I try to combine the two though I simply get the announcement and then nothing. I often see a delivery failed message appear after activating a scene but I dont think there is anyway I can see a record of that with USB logging not working on UI6 (please correct me if Im wrong).

Any advice/input is greatly appreciated.

Yes that’s normal because the TTS action is running several actions in the time like restoring the previous playback context after the text is read.
To make it worked, you should add a delay on your second action to be sure that it will run when the TTS has finished its work.