Hello,
I have an excel file that I load using 'List rows in table'. With 'Select' I chose the columns needed.
Next, using 'Compose' I select the output. I believe this generates a json type structure. Finally I upload this output to a SQL Server using 'Execute a SQL Query'.
Everything works fine - the json output i being uploaded.
However in the the excel file a strings that include quotation marks (') - and this messes with the json structure apparently.
I tried to replace the ' character - see the screenshot below.
However this leads to the following error message:
Unable to process template language expressions in action 'Compose_2' inputs at line '1' and column '23396': 'The template language function 'replace' expects its first parameter 'string' to be a string. The provided value is of type 'Array'. Please see https://aka.ms/logicexpressions#replace for usage details.'.

How can I remove the quotation marks from my output?
Thanks!