Music Assistant - How to create automation to play a specific album?

I tried everything but nothing seems to work. I want to play a specific album when I scan a tag. The tag part is ok but nothing plays.

This is what I tried:

alias: Play Album
description: ""
triggers:
  - trigger: tag
    tag_id: cad6669a-8bba-4fc2-9a90-857d467ed2b7
conditions: []
actions:
  - action: media_player.shuffle_set
    metadata: {}
    target:
      entity_id: media_player.sonos
    data:
      shuffle: true
  - action: music_assistant.play_media
    data:
      media_type: album
      media_id: tidal--MhTc7vvx://album/61799588
      entity_id: media_player.sonos
      enqueue: replace
mode: single