Hello,
I have a sharepoint list that is connected to my power automate as well as a microsoft form. So when someone fills out the form, the data is logged into sharepoint and then I get an email. But when I get an email, I have a ton of 0's after my numbers. Not sure how to fix it.
I already have a compose in my power automate because in my columns, when someone choose a license type, that needs to display the cost of the specific lisense type. So I'm not sure how to put int() into it?

I followed a Youtube video and this is the code I'm currently using :
replace(replace(replace(outputs('Get_response_details')?['body/re84feff3e1534461bb9bfaea74b662c2'],'[',''),']',''),'"','')