In this case I'm doing: replace(outputs('Create_CSV_table'),',',';') and getting this error:

So i try to do the the action:
- string(outputs('Create_CSV_table')) first and then
- replace(outputs('Compose_3'),',',';')
but doing that, the output becomes:


and the excel file's values dont appear (with the "{body:"" in the beginning as well):
