Hello there ! If i'm asking here today, it's because I didn't find any clues about the way to do that except by hardcoding it. I want to list all characters name in a select menu when hitting a roll button. Actually we can do that with hardcoding it in value attribute of the button like this : !transferItem potion @{character_id} ?{Give to who| Player1,-MST87vYvE5FtP2EvQBb| Player2,-MRH3g3ZvBGN5mMXBe7I| Player3,-MWsh_B8J1Y2ZnX6gBhz| Player4,-MRGzraPXyCpE_J1rDKM| Player5,-MRGt-zZvRESbBH_Nb7l} ?{Amount|0} But I want to make the player list dynamically to avoid editing custom sheet HTML when players join/leave the game. Is there a way to do that ? I can get CharactersIds in API from Player Name to avoid putting ids in HTML, but I still have player name to hardcode. Thanks for all clues you can have :)