So I have a grafana variable .And from the API's it returns alist of ID's.
So I have this api that I have linked with a dashboard panel and it requires an id to return a value based on an mrd id. eg. /mrd-stats/?mrdid=23982372489198 .
So I don't want to display the ids on the dropdown, instead I want to display the names of the mrd which will be meaningful instead of displaying my ids to the user. Is there a way that I can display the Mrd names on the dropdown and link it somehow with the api intergrated on the dashboard . Note the apis integrated on the dashboard requires only mrd id.