Currently I have a automate fetching a list of account values. Currently our data structure is Account Name & Account code
I am storing Account names as a string and Account codes fetched as string converted to list variable in Copilot Studio and used Options from list variable

My output will be like below..

Account code selection User need to do for my next step in this chatbot.
Now my requirement is..Instead of separately displaying Account names & Acc codes as horizontal buttons for selection, I need solution for Vertical list of Buttons with my Automate outputs like below
1. Acc Name 1 - Code [Button to click]
2. Acc Name 2 - Code [Button to click]
....
....
Upon clicking on the button, I must be able to save the Account Code alone as response for my next step.
But note that, the Button label will have Acc Name + Code..
Let me know if further explanation needed for my requirement