
Announcements
My flow is working except towards the last step. When I use "Insert Row" to a connected Google Sheets, the string variable gets inputted into the new row cell.
This string variable contains: =IMPORTRANGE("@{outputs('Clean_URL')}","Sheet1!A1:A12")
=IMPORTRANGE("@{outputs('Clean_URL')}","Sheet1!A1:A12")
However, when I review the output in the Sheet, the string variable is successfully outputted as above, with a "'" (apostrophe).
'=IMPORTRANGE("@{outputs('Clean_URL')}","Sheet1!A1:A12")
'=IMPORTRANGE("@{outputs('Clean_URL')}","Sheet1!A1:A12")
Therefore the command isn't executed.
Troubleshooting I've done:
The issue I'm noticing is the "Insert Row" (Google Sheets) action is generating the single apostrophe. Any ideas on what I could do?