Hi everyone,
Hope you are doing well.
I'm trying to retrieve a value from a column in a sharepoint list. This column is made of metadata from my organization, and display job titles correctly in the list

But when i try to get this value in my power automate flow, i get this:

{"@odata.type":"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedTaxonomy","TermGuid":"6445c8e7-e341-4e60-a0e8-e750849e2799","WssId":15,"Label":"15","Value":"15|6445c8e7-e341-4e60-a0e8-e750849e2799"}
As you can see, i can't even retrieve the job title from "Value", so i'm a bit stuck.
I was thinking of building an association table between the Label and the expected value, but can't find it in the Azure directory.
If anyone can help, it would be greatly appreciated.