Hi, I am carrying out my first project, one element of which is to transfer data from a csv file to a sharpoint list. The whole process works, however I am stuck with a problem with special characters. I have read that this is a known problem with UTF-8, but I don't really know how to implement it.
Currently the csv file as I open in notepad I see all values correctly, but at the InputToString
base64ToString(triggerBody()?[‘file’][‘contentBytes’]
stage I already have error stamps. I have read to apply this
concat(decodeUriComponent('%EF%BB%BF'), your_file_content)
, but have no idea how 🙂

I would be grateful for your support!
Thanks
Max