I have a toggle. When the item is saved on the list, if it is true, it returns a tick else the field is empty. In the html compose it is returning a true/false values. The issue is I'm not able to convert all true/false values to another langauge , "oui/non".
Kindly help .. Thanks
on the list
on the html compose -
Thank you so much
Just use replace() function.
Something like
replace(variables('HTMLtext'),'True','Oui')