Hi,
I am creating a custom connector for Power Automate, to connect to my APIs. My custom action requires users to select from a dropdown: the items in this dropdown are filled dynamically from my backend, using x-ms-dynamic-values extension in my connector schema.
Currently, the dropdown is able so show only "string" data: I would like to make the dropdown to be able to show additional information along with the "string". For an example, when I create a Send an email (V2) action in Office 365 Outlook connector and try fill in the To field, it shows my user display name, profile image and the designation:

I want to achieve something similar with my dynamic list. Any help will be much appreciated.
Warm regards,
~Surjya.