I have a SharePoint choice field which allow multiple selection, as follow:-

now i want to show all the selected options seperated by ';', i tried this formula:-
join(items('Apply_to_each_Charge')?['SurfaceTravelDetails'],';')
but i got this result:-
"@odata.type":"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference","Id":-1,"Value":"Select.."}
any idea?