Hello,
I have created a flow to send an email with data from a list sharepoint.

I want the text inside the 4th column be "Oui" or "Non".
Here the text {"@odata.type":"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference","Id":1,"Value" appear before.
I would like to delete this text in my flow, but I dont know how do that.
I try to use the fonction Replace:
replace(body('Créer_un_tableau_HTML'),'{"@odata.type":"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference","Id":','')

it's a fail.
Someone of you have an idea ?